Delete all node_modules folder using npkill
Step 1: Install it
sudo npm i -g npkill
Or you can use it without installing with npx
npx npkill
Step 2:
Go the directory where you want to scan for node_modules folder
npkill # if you have installed it
npx npkill # if you have not install...
blog.harshitsaini.com1 min read