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.
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.