Uninstall a local NPM package
Removes a module from `node_modules` but does not update `package.json`. To also remove the package from the list of dependencies in `package.json`, add the `--save` flag.
Authored by: Menztrualname
Command
Copy
npm uninstall name
Tags
Edit in GitHub
Copied