A tiny CLI tool to **remove all `node_modules` folders** from the current directory and all subdirectories.
npm install rm-node-mnode_modules folders from the current directory and all subdirectories.
bash
npx rm-node-modules
`
$3
`bash
npm install -g rm-node-modules
`
---
Usage
From the directory you want to clean:
`bash
rm-node-modules
`
This will:
* Start from the current directory
* Recursively search all subdirectories
* Delete every node_modules folder it finds
---
Warning
This command permanently deletes node_modules folders.
Make sure:
* You run it in the correct directory
* You can reinstall dependencies with npm install`