Skip to content

Instantly share code, notes, and snippets.

@robertcedwards
Created January 27, 2016 08:01
Show Gist options
  • Save robertcedwards/08e4c30ad223256ccbf3 to your computer and use it in GitHub Desktop.
Save robertcedwards/08e4c30ad223256ccbf3 to your computer and use it in GitHub Desktop.
EACCES Error on install
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