Skip to content

Instantly share code, notes, and snippets.

@0xtelmo
Last active July 27, 2020 12:45
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