Created
April 23, 2019 20:17
-
-
Save sachin-handiekar/1b0a6fe099b47cfff97aca9f1fe7f4f3 to your computer and use it in GitHub Desktop.
EIS Error NPM Package Installation
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 rm -rf /usr/local/lib/node_modules/npm | |
brew reinstall node | |
sudo chown -R $(whoami) ~/.npm | |
sudo chown -R $(whoami) /usr/local/lib | |
sudo chown -R $(whoami) /usr/local/bin | |
npm install -g npm@latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment