Answers for "command to show installed version of node"

21

check node version

node --version  
//or
node -v

//v12.15.0
Posted by: Guest on July-03-2020
7

how to check if you have nodejs installed

Open CMD or Terminal on Visual Studio Code & type node -v. 
You should get something like: v12.10.0
Posted by: Guest on August-28-2020
1

list installed versions of node

// list installed versions of node (via nvm)
nvm ls
Posted by: Guest on March-12-2021

Code answers related to "command to show installed version of node"

Code answers related to "Javascript"

Browse Popular Code Answers by Language