Skip to content

Instantly share code, notes, and snippets.

@ricardobeat
Last active December 22, 2015 16:08
Show Gist options
  • Save ricardobeat/6496695 to your computer and use it in GitHub Desktop.
Save ricardobeat/6496695 to your computer and use it in GitHub Desktop.
/usr/local permissions for NPM on Ubuntu. User should be part of the *admin* group.
sudo chgrp -R admin /usr/local/lib/node_modules
sudo chmod -R g+w /usr/local/lib/node_modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment