Skip to content

Instantly share code, notes, and snippets.

@joeybaker
Created May 28, 2014 21:43
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 joeybaker/3e54a19c735f7601919a to your computer and use it in GitHub Desktop.
Save joeybaker/3e54a19c735f7601919a to your computer and use it in GitHub Desktop.
Don't need sudo for npm install
# no sudo for global installs!
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