Created
January 27, 2016 08:01
-
-
Save robertcedwards/08e4c30ad223256ccbf3 to your computer and use it in GitHub Desktop.
EACCES Error on install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You need to reclaim ownership of the .npm directory. | |
sudo chown -R whoami ~/.npm | |
and need the write permission in node_modules directory: | |
sudo chown -R whoami /usr/local/lib/node_modules |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment