Is there a way to simply uninstall all unused (undeclared) dependencies from a Node.js project (ones that are no longer defined in my package.json.) When I update my application I like to have the unreferenced packages removed automatically.

3 Answers
3

Leave a Reply

Your email address will not be published. Required fields are marked *