Skip to content

Instantly share code, notes, and snippets.

@ekazakov
Last active August 29, 2015 14:16
Show Gist options
  • Save ekazakov/a6c5bff3304e1cc0cb0e to your computer and use it in GitHub Desktop.
Save ekazakov/a6c5bff3304e1cc0cb0e to your computer and use it in GitHub Desktop.
Install local and global node modules without sudo
sudo chown -R $USER ~/.npm
sudo chown -R $USER /usr/local/lib/node_modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment