Skip to content

Instantly share code, notes, and snippets.

@haohcraft
Created June 11, 2014 03:26
Show Gist options
  • Save haohcraft/dfa7a4c8cc470a0282d1 to your computer and use it in GitHub Desktop.
Save haohcraft/dfa7a4c8cc470a0282d1 to your computer and use it in GitHub Desktop.
Give permission to npm

This looks like a permissions issue in your home directory. To reclaim ownership of the .npm directory execute

sudo chown -R `whoami` ~/.npm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment