Error trying to install SASS/COMPASS

Asked

Viewed 231 times

2

I am having a problem installing SASS and COMPASS on my Mac, it is giving an error of permission. I have already released the read and write files in Finder.

ERROR: While executing Gem ... (Errno::EACCES) Permission denied - /Library/Ruby/Gems/2.0.0/cache/Sass-3.2.14.Gem

1 answer

3


add sudo before the command that is running

before:

commando

afterward

sudo comando

Browser other questions tagged

You are not signed in. Login or sign up in order to post.