Skip to content

Instantly share code, notes, and snippets.

@lukehedger
Last active August 29, 2015 14:05
Show Gist options
  • Save lukehedger/ba9a5a979ba68b23e163 to your computer and use it in GitHub Desktop.
Save lukehedger/ba9a5a979ba68b23e163 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"
@lukehedger
Copy link
Author

Resources:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment