Skip to content

Instantly share code, notes, and snippets.

@naranjja
Created July 4, 2018 16:06
Show Gist options
  • Save naranjja/cecc139fccf9b515a910b060829c2c12 to your computer and use it in GitHub Desktop.
Save naranjja/cecc139fccf9b515a910b060829c2c12 to your computer and use it in GitHub Desktop.
Install NPM with write permissions on *buntu
sudo apt-get install nodejs -y
sudo chown -R $USER /usr/local
sudo chown -R $USER /usr/local/lib/node_modules
sudo chown -R $USER ~/.npm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment