Skip to content

Instantly share code, notes, and snippets.

@BonyChops
Created March 6, 2022 12:48
Show Gist options
  • Save BonyChops/37262e75d2d709cc203ea5e1144c368c to your computer and use it in GitHub Desktop.
Save BonyChops/37262e75d2d709cc203ea5e1144c368c to your computer and use it in GitHub Desktop.
Find node_modules and remove it
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