SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to uninstall a number of modules, then just run the npm uninstall.
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.
npm install