sass / sassc-ruby

Use libsass with Ruby!
MIT License
363 stars 157 forks source link

I am getting an issue that says cannot load such file -- sass (LoadError) Did you mean? sassc for rails 6.1 and ruby 3.3 #246

Open nealsutaria opened 4 months ago

nealsutaria commented 4 months ago

Ignoring ffi-1.9.25 because its extensions are not built. Try: gem pristine ffi --version 1.9.25 Ignoring gem-wrappers-1.4.0 because its extensions are not built. Try: gem pristine gem-wrappers --version 1.4.0 Ignoring msgpack-1.3.3 because its extensions are not built. Try: gem pristine msgpack --version 1.3.3 Ignoring msgpack-1.2.4 because its extensions are not built. Try: gem pristine msgpack --version 1.2.4 Ignoring nio4r-2.5.2 because its extensions are not built. Try: gem pristine nio4r --version 2.5.2 Ignoring nio4r-2.3.1 because its extensions are not built. Try: gem pristine nio4r --version 2.3.1 Ignoring nokogiri-1.10.9 because its extensions are not built. Try: gem pristine nokogiri --version 1.10.9 Ignoring nokogiri-1.8.4 because its extensions are not built. Try: gem pristine nokogiri --version 1.8.4 Ignoring pg-0.21.0 because its extensions are not built. Try: gem pristine pg --version 0.21.0 Ignoring puma-4.3.3 because its extensions are not built. Try: gem pristine puma --version 4.3.3 Ignoring puma-3.12.0 because its extensions are not built. Try: gem pristine puma --version 3.12.0 Your Gemfile lists the gem dotenv-rails (>= 0) more than once. You should probably keep only one of them. Remove any duplicate entries and specify the gem only once. While it's not a problem now, it could cause errors if you change the version of one of them later. /Users/nealsutaria/.rbenv/versions/3.3.0/lib/ruby/3.3.0/bundled_gems.rb:74:in require': cannot load such file -- sass (LoadError) Did you mean? sassc from /Users/nealsutaria/.rbenv/versions/3.3.0/lib/ruby/3.3.0/bundled_gems.rb:74:inblock (2 levels) in replace_require' from /Users/nealsutaria/.rvm/gems/ruby-2.7.0/gems/bootsnap-1.18.3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:17:in `require'

AxelTheGerman commented 2 months ago

Similar issue on ruby 3.3.4, reverting to 3.2.2 solved it. Will have to dig a little deeper when I find some time for it.