badsyntax / SassBeautify

[not maintained] A Sublime Text plugin that beautifies Sass files.
https://github.com/badsyntax/SassBeautify
MIT License
143 stars 13 forks source link

[Errno 2] No such file or directory: 'sass-convert' #97

Closed maxleistner closed 9 years ago

maxleistner commented 9 years ago

I am working on Mac OS X El Capitan and installed Ruby via Homebrew. In SublimeText 3 i installed SassBeautify via PackageControl.

I get the following error trying to beatify my sass:

[Errno 2] No such file or directory: 'sass-convert'

I also tried to echo the $PATH and the $GEM_PATH, BUT the $GEM_PATH is EMPTY!

Any ideas how to fix it?

maxleistner commented 9 years ago

Got it working by updating sass and leaving the $GEM_PATH empty

mkstix6 commented 9 years ago

I'm having this trouble. @maxleistner could you expand on your fix a little. I'm not sure exactly how to do what you describe.

mkstix6 commented 9 years ago

I've just found this: https://github.com/badsyntax/SassBeautify#compatibility-with-rvmrbenv Gonna give it a go.