My sass gem "disappeared" after installing the OS X 10.11 beta, and re-installing it doesn't seem to work.
Running without sudo, I get this:
Ignoring json-1.8.2 because its extensions are not built. Try: gem pristine json --version 1.8.2
Ignoring json-1.8.3 because its extensions are not built. Try: gem pristine json --version 1.8.3
ERROR: While executing gem ... (Errno::EACCES)
Permission denied - /Library/Ruby/Gems/2.0.0/gems/sass-3.4.15/.yardopts
With sudo:
Ignoring json-1.8.2 because its extensions are not built. Try: gem pristine json --version 1.8.2
Ignoring json-1.8.3 because its extensions are not built. Try: gem pristine json --version 1.8.3
ERROR: While executing gem ... (Errno::EPERM)
Operation not permitted - /usr/bin/sass
Thoughts?
My sass gem "disappeared" after installing the OS X 10.11 beta, and re-installing it doesn't seem to work.
Running without sudo, I get this:
With sudo:
Thoughts?