Wednesday, 26 December 2018

How to check Node and npm version in command prompt?

Run Command prompt as Admin

To check the node version type: node -v
To check the npm version type: npm -v


No comments:

Post a Comment