Skip to content

Instantly share code, notes, and snippets.

@cjmosure
Created November 10, 2016 03:42
Show Gist options
  • Save cjmosure/672235112aa122817c6de8fe9e85d8cb to your computer and use it in GitHub Desktop.
Save cjmosure/672235112aa122817c6de8fe9e85d8cb to your computer and use it in GitHub Desktop.
Fix npm permissions issues on macos
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