Created
March 29, 2025 20:21
-
-
Save jswhisperer/e038c6d93166ef2ab7cc4b9ccbab9d42 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
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