show node versions installed code example
Example 1: list installed versions of node
// list installed versions of node (via nvm)
nvm ls
Example 2: 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