Created
May 15, 2019 07:44
-
-
Save RSpeekenbrink/91d68e689170d612d45680763db48c55 to your computer and use it in GitHub Desktop.
Ubuntu Fix NPM permissions
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:$(id -gn $USER) ~/.npm | |
sudo chown -R $USER:$(id -gn $USER) /usr/local/lib/node_modules |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment