npm
Verified for current stable LTS
Npm Command: Uninstall Package
Use for uninstall package with Npm. Exact CLI syntax to uninstall package using Npm.
When to use this: Use for uninstall package with Npm.
Command Syntax
npm r <package_name> npm r <package_name> Command Breakdown
npm is the base executable for this command.
FAQ
Purpose: Exact syntax to uninstall package using Npm.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Npm Command: Create Package Json Default Values
npm init -y Npm Command: Download Dependencies From Package Json npm i Npm Command: Download Package As Dev Dependency npm i <package_name> -D Npm Command: Download Specific Package Version npm i <package_name>@<version> Npm Command: Install Package Globally npm i <package_name> -g