npm
Verified for current stable LTS
Npm Commands
Npm command syntax with verified terminal examples.
Commands
8 commands for Npm
npm HTTP
Npm Command: Create Package Json Default Values
npm init -y npm HTTP
Npm Command: Download Dependencies From Package Json
npm i npm HTTP
Npm Command: Download Package As Dev Dependency
npm i <package_name> -D npm HTTP
Npm Command: Download Specific Package Version
npm i <package_name>@<version> npm Operations
Npm Command: Install Package Globally
npm i <package_name> -g npm Operations
Npm Command: List Locally Installed Dependencies
npm ls npm Operations
Npm Command: List Top Level Globally Installed Packages
npm ls -g --depth <0> npm Operations
Npm Command: Uninstall Package
npm r <package_name> Suggest a Npm Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Npm workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.