Commands.app

npm uninstall

Package Management

Remove a package

Options & Flags
Available options for this command
-g

Uninstall globally

Examples
Common usage examples

Uninstall package

npm uninstall express

Uninstall global package

npm uninstall -g typescript
Related Commands
You might also find these useful