Skip to content

Instantly share code, notes, and snippets.

@cwonrails
Forked from lukehedger/nonpmsudo.bash
Last active August 29, 2015 14:25
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 cwonrails/370928e2e60a42026f9e to your computer and use it in GitHub Desktop.
Save cwonrails/370928e2e60a42026f9e to your computer and use it in GitHub Desktop.
Kill sudo for npm
$ npm config set prefix ~/npm
$ echo prefix = ~/.node >> ~/.npmrc
# append this to .bashrc or .bash_profile: export PATH="$PATH:$HOME/.node/bin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment