Skip to content

Instantly share code, notes, and snippets.

@georgbez
Created October 16, 2017 17:57
Show Gist options
  • Save georgbez/a27544230e66c138f8de4ec743e29404 to your computer and use it in GitHub Desktop.
Save georgbez/a27544230e66c138f8de4ec743e29404 to your computer and use it in GitHub Desktop.
fix npm chown
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