Quantcast
Channel: How can I uninstall npm modules in Node.js? - Stack Overflow
Viewing all articles
Browse latest Browse all 54

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

$
0
0

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 all articles
Browse latest Browse all 54

Trending Articles