Last active
December 1, 2025 04:58
-
-
Save shapkarin/f2bd8864515b021ecf8371590e4fd3ec to your computer and use it in GitHub Desktop.
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
| # 100% useful | |
| ## option one package | |
| ```sh | |
| find . -name 'node_modules' -type d -prune -exec rm -rf '{}' + | |
| ``` | |
| ## option 2: in some cases may be danger with `--target` option to remove ./dist ./build ./.next | |
| ```sh | |
| npx npkill -D -X /target/folder | |
| ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment