Skip to content

Instantly share code, notes, and snippets.

@jbrown
Created February 25, 2015 17:30
Show Gist options
  • Save jbrown/e135997008165f1fcf08 to your computer and use it in GitHub Desktop.
Save jbrown/e135997008165f1fcf08 to your computer and use it in GitHub Desktop.
Re-install node project
npm cache clear && bower cache clean && rm -rf node_modules bower_components && npm install && bower install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment