Created
November 10, 2016 03:42
-
-
Save cjmosure/672235112aa122817c6de8fe9e85d8cb to your computer and use it in GitHub Desktop.
Fix npm permissions issues on macos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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