Skip to content

Instantly share code, notes, and snippets.

@nicon-dev
Created March 20, 2014 22:41
Show Gist options
  • Save nicon-dev/9675582 to your computer and use it in GitHub Desktop.
Save nicon-dev/9675582 to your computer and use it in GitHub Desktop.
#!/bin/sh
#resolving npm EACCES errors
#adjusts the user rights to the current user for the needed npm folders
sudo chown -R `whoami` ~/.npm
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