how to check node js is installed or not in windows code example
Example: how to check node is installed or not
To see if Node is installed, open the Windows Command Prompt, Powershell or a similar command line tool, and type node -v . This should print a version number, so you'll see something like this v0.