Development Community
Appearance
Node
To check to see if you have node installed run the following command.
node -v
If you don't have NodeJs installed, one way to do this is by using Chocolatey. You'll want to open PowerShell in admin mode and run the following command
choco install nodejs-lts
After installation, you'll need to restart PowerShell before you can run "node -v".