How to Check NPM version in Windows? [Tutorial]




The most common method of checking your npm package version is through cmd. In order to check your npm version through cmd:

1. Press Windows + R. 



This will open up a run window. Here you wanna type "cmd" without quotes and press enter.

The Run window


2. Now type "npm -v" and press enter.


This will show you your installed node version in windows.





Comments