Skip to content

Instantly share code, notes, and snippets.

@mhkeller
Created January 6, 2016 04:01
# Reclaim ownership over npm
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