Clean your node_modules

Publish date: Mar 15, 2023
Author: Nemanja

node_modules can be huge, I’m pretty sure you experienced that. If you have a lot of JavaScript projects on your machine that are just sitting there and you are not working them anymore, there is a neat way to clean node_modules so they don’t take up your disk space.

  
  npx npkill
  

Is all that you need. :) You can also take a look at their Homepage.