;

How to Check Your Installed Node.js Version


Tutorialsrack 12/02/2022 NodeJs Commands

In this article, you learn how to check your node.js version installed in your system. And the easiest way to check what version of Node.js is installed in your system is by using the command node --version or node -v from your terminal. 

Using node --version (Long Command)

node --version

//Output ⇒ v14.18.0

Using node -v (short Command)

node -v

//Output ⇒ v14.18.0

I hope this article will help you to understand how to check your node.js version installed in your system

Share your valuable feedback, please post your comment at the bottom of this article. Thank you!


Related Posts



Comments

Recent Posts
Tags