grunt-scss-lint icon indicating copy to clipboard operation
grunt-scss-lint copied to clipboard

macOS 10.13 High Sierra

Open nlastukhina opened this issue 7 years ago • 4 comments

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

nlastukhina avatar Sep 28 '17 15:09 nlastukhina

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

ahmednuaman avatar Sep 29 '17 08:09 ahmednuaman

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

sudo gem install scss_lint

madisonkaylo avatar Oct 05 '17 21:10 madisonkaylo

Reinstall helps. Thank you

nlastukhina avatar Oct 09 '17 09:10 nlastukhina

Thanks for the solution. It helped! @madisonkaylo

denizhacisalihoglu avatar Apr 24 '18 07:04 denizhacisalihoglu