Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sachin-handiekar/1b0a6fe099b47cfff97aca9f1fe7f4f3 to your computer and use it in GitHub Desktop.
Save sachin-handiekar/1b0a6fe099b47cfff97aca9f1fe7f4f3 to your computer and use it in GitHub Desktop.
EIS Error NPM Package Installation
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