Skip to content

Instantly share code, notes, and snippets.

@RSpeekenbrink
Created May 15, 2019 07:44
Show Gist options
  • Save RSpeekenbrink/91d68e689170d612d45680763db48c55 to your computer and use it in GitHub Desktop.
Save RSpeekenbrink/91d68e689170d612d45680763db48c55 to your computer and use it in GitHub Desktop.
Ubuntu Fix NPM permissions
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