Skip to content

Instantly share code, notes, and snippets.

@metaphorical
Created May 10, 2015 17:41
Show Gist options
  • Save metaphorical/acf88a161152b6a31dd1 to your computer and use it in GitHub Desktop.
Save metaphorical/acf88a161152b6a31dd1 to your computer and use it in GitHub Desktop.
solve "npm WARN locking Error: EACCES"

###To solve: npm WARN locking Error: EACCES

sudo chown -R $(whoami) $HOME/.npm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment