Skip to content

Instantly share code, notes, and snippets.

@jswhisperer
Created March 29, 2025 20:21
Show Gist options
  • Save jswhisperer/e038c6d93166ef2ab7cc4b9ccbab9d42 to your computer and use it in GitHub Desktop.
Save jswhisperer/e038c6d93166ef2ab7cc4b9ccbab9d42 to your computer and use it in GitHub Desktop.
remove all node_modules
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