Skip to content

Instantly share code, notes, and snippets.

@rtorr
Created October 20, 2015 00:38
Show Gist options
  • Save rtorr/fdd0fcd94f4829df5d16 to your computer and use it in GitHub Desktop.
Save rtorr/fdd0fcd94f4829df5d16 to your computer and use it in GitHub Desktop.
function nuke
rm -rf node_modules; and npm cache clean; and npm install
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment