question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't install SASS on macOS High Sierra

See original GitHub issue

With the new macOS High Sierra I’m not able to run SASS anymore.

I’ve installed sass again and if I type sass -v I get this

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

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

80reactions
mdfonda88commented, Oct 26, 2017

Not sure if you need this still, but I ran into the exact same error. Try this:

// uninstall sass
sudo gem uninstall sass

// reinstall with -n flag
sudo gem install sass -n /usr/local/bin
6reactions
marc-andrewcommented, Oct 27, 2017

I’ve tried to uninstall and reinstall again. Didn’t work, but I fixed the issue by installing Xcode and reinstall SASS again.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why can't I install Sass on Mac OS Sierra? - Stack Overflow
I'm on Mac OS High Sierra 10.13.2. I followed @sandeep-ranjan 's answer first, which resulted in a few more lines of output from...
Read more >
SOLVED: SASS Install issue Mac OS Sierra
I am trying to install Sass on macOS Sierra but get the error below. I've tried looking on stack overflow and there are...
Read more >
How to install Sass on Mac - DYclassroom | Have fun learning :-)
In this tutorial we will learn to install Sass on Mac. Step 1: Install Ruby. If you are on a Mac running (OS...
Read more >
Ruby – Why can't I install Sass on Mac OS Sierra – iTecNote
I have tried installing Sass three times on Mac OS Sierra(10.12) from the terminal typing the following code: sudo gem install sass.
Read more >
node sass does not yet support your current environment mac
npm install doesn't work because of node-sass on ubuntu ... I have just upgraded to a new macos version 10.13.4 (High Sierra).
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found