Checking the node.js version in MAC

After installing Node.js to your PC all you need to do to check weather it is installed correctly or its version follow the steps below

1. Open the termainal

Search for terminal and open
Terminal Window
2. Type the following command

 command :  node -v


In the command Node specifies node.js and -v means version which intern the os returns the current installed version of node.js

Command : node -v


3.  Thats it will return the version of the node.js

In my case it was v6.11.0


Node Version : v6.11.0



Comment if you need any help in node.js will help you out if any. Feel free to ask any thing.




Comments

Popular posts from this blog

Types of Computers - Basic Computers

Configure OAuth in Open edx