followed steps in the node.js server on how to install node.js, when giving the following command; node -v or nvm -v I get the following error message : The term ‘node’ is not
recognized as the name of a
cmdlet, function, script file,
or operable program. Check the
spelling of the name, or if a
path was included, verify that
the path is correct and try
again.
At line:1 char:1
- node -v
-
+ CategoryInfo : Ob jectNotFound: (node:String) [], CommandNotFoundException + FullyQualifiedErrorId : Co mmandNotFoundException
to get the version of node.js installed
New contributor
Almasi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.