Error trying to install SASS / COMPASS

2

I have a problem installing SASS and COMPASS on my Mac, giving a permission error. I have already freed the read and write files in the finder.

  

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

    
asked by anonymous 03.02.2014 / 21:39

1 answer

3

add sudo before the command that is running

before:

  

command

after

  

sudo command

    
03.02.2014 / 21:52