Quantcast
Viewing latest article 11
Browse Latest Browse All 54

Answer by Tanumay Ghosh for How can I uninstall npm modules in Node.js?

If you want to uninstall a number of modules, then just run the npm uninstall.

Then go to file package.json and delete the unwanted module from there, and then just run the command npm install. It should fix your problem.


Viewing latest article 11
Browse Latest Browse All 54

Trending Articles