Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SASS not working after OSX upgrade

Tags:

sass

I looks like SASS is trying to use the wrong version of ruby after the Yosemite update:

$ sass
bash: /usr/bin/sass: /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby: bad interpreter: No such file or directory

I'm pretty sure it should be pointing to /System/Library/Frameworks/Ruby.framework/Versions/current/...

Is there a way to update the sass ruby path?

edit

$sudo gem update sass

Has no effect

like image 303
Ben Avatar asked Jan 17 '26 02:01

Ben


1 Answers

Uninstalling sass and reinstalling it fixed this

sudo gem uninstall sass
sudo gem install sass
like image 113
Ben Avatar answered Jan 19 '26 19:01

Ben



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!