Skip to content

Instantly share code, notes, and snippets.

@BukhariH
Created October 9, 2017 15:26
Show Gist options
  • Save BukhariH/e89fee4c89337334a71c0552c0f26c6d to your computer and use it in GitHub Desktop.
Save BukhariH/e89fee4c89337334a71c0552c0f26c6d to your computer and use it in GitHub Desktop.
Delete All Node Modules via Term
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