If to want to uninstall a number of module the just run the npm uninstall
. Then go to package.json
and delete the unwanted module from there, and then just run the command npm install
. It should fix your problem.
↧
Answer by Tanumay Ghosh for How to uninstall npm modules in node js?
↧