Skip to content

Instantly share code, notes, and snippets.

@shapkarin
Last active December 1, 2025 04:58
Show Gist options
  • Select an option

  • Save shapkarin/f2bd8864515b021ecf8371590e4fd3ec to your computer and use it in GitHub Desktop.

Select an option

Save shapkarin/f2bd8864515b021ecf8371590e4fd3ec to your computer and use it in GitHub Desktop.
# 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