Skip to content

Instantly share code, notes, and snippets.

@nickcernis
Created August 26, 2018 07:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickcernis/4f2fc8057332faf9b688f74c4309887a to your computer and use it in GitHub Desktop.
Save nickcernis/4f2fc8057332faf9b688f74c4309887a to your computer and use it in GitHub Desktop.
Delete all node_modules directories
❯ find /Path/to/parent/folder -name "node_modules" -type d -prune -exec rm -rf '{}' +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment