If toyou want to uninstall a number of module themodules, then just run the npm uninstall.
Then go to file package.jsonpackage.json and delete the unwanted module from there, and then just run the command npm install . It should fix your problem.