You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am installing sassc-2.4.0 on MacOS and getting this error when I run rails server.
Could not open library '/Users/ricardo/.rvm/gems/ruby-2.7.5/gems/sassc-2.4.0/ext/libsass.bundle': dlopen(/Users/ricardo/.rvm/gems/ruby-2.7.5/gems/sassc-2.4.0/ext/libsass.bundle, 0x0005): symbol not found in flat namespace '__ZSt28__throw_bad_array_new_lengthv' (LoadError)
sassc version: 2.4.0
GCC version: 11 bundle install succeeded with no errors, anyone can help with this?
The text was updated successfully, but these errors were encountered:
FYI I'm maintaining dartsass-sprockets which is a fork of this gem. You can try it and see if your issue is resolved. It uses a different engine (Dart Sass) under-the-hood so these libsass issues should go away.
I am installing
sassc-2.4.0
on MacOS and getting this error when I runrails server
.sassc version:
2.4.0
GCC version:
11
bundle install
succeeded with no errors, anyone can help with this?The text was updated successfully, but these errors were encountered: