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: Menztrual
Brought to you by Warp, a free terminal reimagined to work like a modern app.
name

Command
Copy
npm uninstall name
Tags