Folks, I installed the node normally and added to the environment variable; I did some math to test and it worked. When I tried to install modules (socket.io and express) it did not work, even running as administrator. I tried to check the command to test if npm is installed, but I get an error in return. The command was to check the version of npm: npm -v
and this also did not work with node even if it is installed and working: node -v
.