Last active
April 29, 2019 19:40
-
-
Save kiknaio/6eda4a2c34dbbd2ba6f4963a8880bdbe to your computer and use it in GitHub Desktop.
Fix NPM permission problem
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 $USER:$GROUP ~/.npm | |
sudo chown -R $USER:$GROUP ~/.config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment