Skip to content

Instantly share code, notes, and snippets.

@jswhisperer
Created October 14, 2013 09:53
Show Gist options
  • Save jswhisperer/6973438 to your computer and use it in GitHub Desktop.
Save jswhisperer/6973438 to your computer and use it in GitHub Desktop.
NPM install without sudo
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