Created
March 6, 2022 12:48
-
-
Save BonyChops/37262e75d2d709cc203ea5e1144c368c to your computer and use it in GitHub Desktop.
Find node_modules and remove it
This file contains hidden or 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
rm $(find * -name node_modules -maxdepth 1 -type d) -r |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment