Skip to content

Instantly share code, notes, and snippets.

@robinnorth
Created May 15, 2014 08:01
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 robinnorth/41d4794f9c074c7c89e2 to your computer and use it in GitHub Desktop.
Save robinnorth/41d4794f9c074c7c89e2 to your computer and use it in GitHub Desktop.
Changes ownership of global `node_modules` directory to current user on OS X
sudo chown -R `whoami` /usr/local/lib/node_modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment