Created
September 18, 2013 18:15
-
-
Save brianmriley/6613166 to your computer and use it in GitHub Desktop.
Terminal command to reclaim ownership of the .npm directory execute (b/c it started out as sudo) during install. Run the following command from anywhere in terminal.
This file contains 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 `whoami` ~/.npm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment