Skip to main content
3 of 3
Active reading.
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134

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.