Deleting Scattered node_modules in Bulk with npkill
Clean up scattered node_modules folders with npkill
When you work with npm / yarn / pnpm a lot, node_modules directories get created one after another, and before you know it they are eating into your disk space.
Repositories I tried out, verification projects I left lying around, old clones… hunting down the scattered node_modules one by one and running rm -rf is tedious, so I am noting down that a command called npkill makes tidying up easy.
[Read More]