Skip to content

Instantly share code, notes, and snippets.

@sadovnik
Created June 25, 2016 16:24
Show Gist options
  • Save sadovnik/bd7569bfe643ce30f3083c3809be2b2a to your computer and use it in GitHub Desktop.
Save sadovnik/bd7569bfe643ce30f3083c3809be2b2a to your computer and use it in GitHub Desktop.
Reinstall npm packages
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