Created
July 11, 2020 16:45
-
-
Save 73nko/c291fb2e29eff862bddc0df48acf25d3 to your computer and use it in GitHub Desktop.
Remove all node_modules in your computer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -name 'node_modules' -type d -prune -print -exec rm -rf '{}' \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment