Remove unused npm modules in less than 30 seconds!
In this quick tutorial, I'll tell you how you can find the unused npm modules in your project and remove them.
Go to the project's root folder and run the below command,
npx depcheck
It will display all the unused packages in your project.
To uninst...
manitej.hashnode.dev1 min read
Vivek Tiwari
This is cool. Thanks for sharing.