Skip to content

Instantly share code, notes, and snippets.

@jdeagle
Created May 11, 2015 14:11
Show Gist options
  • Save jdeagle/34e0f53d1c8bdb7d58c8 to your computer and use it in GitHub Desktop.
Save jdeagle/34e0f53d1c8bdb7d58c8 to your computer and use it in GitHub Desktop.
Change permissions for NPM node modules
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