Skip to content

Instantly share code, notes, and snippets.

@brianmriley
Created September 18, 2013 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianmriley/6613166 to your computer and use it in GitHub Desktop.
Save brianmriley/6613166 to your computer and use it in GitHub Desktop.
Terminal command to reclaim ownership of the .npm directory execute (b/c it started out as sudo) during install. Run the following command from anywhere in terminal.
sudo chown -R `whoami` ~/.npm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment