Answer the question
In order to leave comments, you need to log in
Can't install SASS on MAC OS, why Operation not permitted?
Installed Ruby.
I install SASS: sudo gem install sass
And I see this:
Fetching: sass-3.4.21.gem (100%)
ERROR: While executing gem ... (Errno::EPERM)
Operation not permitted - /usr/bin/sass
gem install sass
Fetching: sass-3.4.21.gem (100%)
ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions for the /Library/Ruby/Gems/2.0.0 directory.
Answer the question
In order to leave comments, you need to log in
Try running with the following line:
sudo gem install -n /usr/local/bin sass
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question