Skip to content

Instantly share code, notes, and snippets.

@elmasse
Created January 9, 2017 20:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elmasse/2e95a83583bcc5a37ce425158d419179 to your computer and use it in GitHub Desktop.
Save elmasse/2e95a83583bcc5a37ce425158d419179 to your computer and use it in GitHub Desktop.
Fix npm permissions
sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment