Skip to content

Instantly share code, notes, and snippets.

@0xtelmo
Last active July 27, 2020 12:45
Show Gist options
  • Select an option

  • Save 0xtelmo/cb510eea00f50f3ef56c4ccdc7478295 to your computer and use it in GitHub Desktop.

Select an option

Save 0xtelmo/cb510eea00f50f3ef56c4ccdc7478295 to your computer and use it in GitHub Desktop.
Remove all node_modules from folder
find . -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