Skip to content

Instantly share code, notes, and snippets.

@modpluz
Forked from jswhisperer/NPM install without sudo
Created December 1, 2018 15:41
Show Gist options
  • Save modpluz/9b309e41058e3a42c48ba23bf241be42 to your computer and use it in GitHub Desktop.
Save modpluz/9b309e41058e3a42c48ba23bf241be42 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