CopyCommand
<- Back to Default
Default
npm -v
Summary
Prints your npm version.
Beginner Mode OFF
Command
Windows PowerShell
Copy
Run in PowerShell
Windows PowerShell
npm -v
Previous
node -v
Next
npm install
Related commands
node -v
Prints your Node.js version.
npm install
Installs dependencies from package.json.
npm ci
Installs dependencies exactly from package-lock.json for a clean build.