npm r <package...>

Uninstall a package

Arguments

NameDescription
package

Options

NameDescription
-S, --savePackage will be removed from your dependencies
-D, --save-devPackage will appear in your `devDependencies`
-O, --save-optionalPackage will appear in your `optionalDependencies`
--no-savePrevents saving to `dependencies`
-gUninstall global package
-w, --workspace <workspace...>Enable running a command in the context of the configured workspaces of the current project
-ws, --workspacesEnable running a command in the context of all the configured workspaces