Skip to content

Instantly share code, notes, and snippets.

@n8io
Last active November 3, 2015 21:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n8io/3377a29b7043606caf27 to your computer and use it in GitHub Desktop.
Save n8io/3377a29b7043606caf27 to your computer and use it in GitHub Desktop.
No more sudo npm install -g
sudo chown -R `whoami` /usr/local/bin/npm
sudo chown -R `whoami` ~/.npm
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