Created
June 25, 2016 16:24
-
-
Save sadovnik/bd7569bfe643ce30f3083c3809be2b2a to your computer and use it in GitHub Desktop.
Reinstall npm packages
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
rm -rf ~/.npm/ | |
rm -rf node_modules/ | |
npm cache clean | |
npm cache clear | |
npm install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment