npm uninstall
Syntax
npm uninstall <package> [--save-dev] [--global]
Parameters
| Parameters | Description | Examples | Level |
|---|---|---|---|
<package> |
npm uninstall lodash |
Common | |
-D --save-dev |
devDependencies | npm uninstall -D jest |
Common |
-g --global |
npm uninstall -g typescript |
Common |
Examples
npm uninstall moment
package.json and node_modules
npm uninstall lodash underscore
npm uninstall -g create-react-app
Recommended npx
Common Errors
npm WARN not installed,
Tips
- npm un npm uninstall
- npm prune