Why can't I install Sass on Mac OS Sierra?

荒凉一梦 提交于 2019-11-30 10:12:42

I had the exact same issue but found a solution for a similar thread on Compass.

You might need to install the developer tools first by entering the following on the command line:

xcode-select --install

Then try

sudo gem install sass

It worked for me and I am now running Sass 3.5.1 (Bleeding Edge)

Buddy,

I just now faced the same problem exactly same.

$ brew install ruby

make sure homebrew is installed on your PC then I did

$ sudo gem install sass

The installation took place

$ sass -v
Sass 3.5.1 (Bleeding Edge)

Hope it helps you too..

Santiago La Via

I used to have the same problem installing the Sass.
After installing Xcode with

xcode-select --install  

I agree the license with

sudo xcodebuild -license  

and finally run the app Xcode and finished installing.
After that I write sudo gem install sass and it works.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!