How to find Node.js version on command line in Windows ?

nodejs

The command line for finding node.js version in command line is :

node -v
node --version

Be careful just typing node version does not show the node.js version.

Rate this post

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *