find . -name "node_modules" -type d -prune -print -exec rm -rf '{}' \;
Created
October 11, 2022 08:13
-
-
Save zoonderkins/11ed1a5788ae3af9bfcbf4cd9f789f74 to your computer and use it in GitHub Desktop.
Remove node_modules recursivly on Linux or Mac cli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment