Home > Back-end >  assets:precompile results in LoadError: cannot load such file -- sassc
assets:precompile results in LoadError: cannot load such file -- sassc

Time:12-25

New Rails 7 app using esbuild with tailwind.

When I run rake assets:precompile I'm getting this error: LoadError: cannot load such file -- sassc

I removed the sassc-rails gem due a SaasC syntax error.

Here's the full output of precompiling locally...

rake assets:precompile
yarn install v1.22.15
[1/4]            
  • Related