Created
March 4, 2020 02:21
-
-
Save ksloan/751b090a3ece0388d7e782f74a096cf2 to your computer and use it in GitHub Desktop.
remove all node_modules
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
# prune to ignore nested node_modules within node_modules | |
rm -rf `find . -type d -name node_modules -prune` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment