Created
May 11, 2015 14:11
-
-
Save jdeagle/34e0f53d1c8bdb7d58c8 to your computer and use it in GitHub Desktop.
Change permissions for NPM node modules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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