Skip to content

Instantly share code, notes, and snippets.

@mallond
Last active June 16, 2017 01:51
Show Gist options
  • Save mallond/0f9eddf9cbcb04776c1fce1516fdfdc7 to your computer and use it in GitHub Desktop.
Save mallond/0f9eddf9cbcb04776c1fce1516fdfdc7 to your computer and use it in GitHub Desktop.
remove all node_modules
find ./ -name "node_modules" -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment