Skip to content

Instantly share code, notes, and snippets.

@chrishalebarnes
Created March 4, 2016 17:32
Show Gist options
  • Save chrishalebarnes/4ba7e4bfb052b851452a to your computer and use it in GitHub Desktop.
Save chrishalebarnes/4ba7e4bfb052b851452a to your computer and use it in GitHub Desktop.
rm -rf node_modules/ && rm -rf bower_components/;
npm cache clean && bower cache clean;
npm install && bower install;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment