Fix: Loaderror: cannot load such file -- sassc
when generating the project from the template
#404
Labels
Loaderror: cannot load such file -- sassc
when generating the project from the template
#404
Issue
We're facing an error when trying to generate a project from the template (without addons). It seems to require
sassc
before running the task related to Rails 7rails importmap:install
rails turbo:install stimulus:install
It looks a bit odd as from Rails 7, we use the
cssbundling-rails
to bundle and process CSS instead of using a third party, but it works well when I try to install sassc-rails before moving on.Expected
Remove this error and try to install it with/without add-ons.
Steps to reproduce
3.0.1
rails new test-dev-remote -m https://raw.githubusercontent.com/nimblehq/rails-templates/main/template.rb
to generate the project from the latest develop branch.The text was updated successfully, but these errors were encountered: