ahmednuaman / grunt-scss-lint

A Grunt task to lint your SCSS
MIT License
141 stars 35 forks source link

macOS 10.13 High Sierra #147

Open nlastukhina opened 7 years ago

nlastukhina commented 7 years ago

After update macOS the scss-lint task failed with the following error message: /bin/sh: /usr/local/bin/scss-lint:
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby: bad
interpreter: No such file or directory

ahmednuaman commented 7 years ago

Maybe try using RVM: https://rvm.io/

madisonkaylo commented 7 years ago

I had this exact issue and reinstalled scss-lint and it fixed it.

sudo gem install scss_lint

nlastukhina commented 7 years ago

Reinstall helps. Thank you

denizhacisalihoglu commented 6 years ago

Thanks for the solution. It helped! @madisonkaylo