Skip to content

Instantly share code, notes, and snippets.

@lukesUbuntu
Created August 21, 2016 00:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukesUbuntu/74526387f33fa76c710c21defed3e4c7 to your computer and use it in GitHub Desktop.
Save lukesUbuntu/74526387f33fa76c710c21defed3e4c7 to your computer and use it in GitHub Desktop.
EACCES: permission denied | npm You don't have access to this file fix
sudo chown -R $USER:$GROUP ~/.npm
sudo chown -R $USER:$GROUP ~/.config
sudo chown -R $USER:$GROUP ~/.cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment