Skip to content

Instantly share code, notes, and snippets.

@MRdNk
Forked from glennblock/gist:5744999
Last active December 18, 2015 07:19
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 MRdNk/5745307 to your computer and use it in GitHub Desktop.
Save MRdNk/5745307 to your computer and use it in GitHub Desktop.
user=`whoami`
# if installing node directly
sudo chown -R $user /usr/local/bin
sudo chown -R $user /usr/local/lib/node_modules
# if using nvm
sudo chown -R $user ~/.npm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment