Installed NVM (Node version manager ) for windows from here. Actually NVM was getting installed in Administrator account. Thought to install it in C:\Node\
directory so it would be found in CMD
for user and set environment variable as mentioned here
But nothing is working for me.
OS: Windows 10 Enterprise
After I did the previous answers with the PATH and NVM_HOME and NVM_SYMLINK it's not worked for me until I run the cmd via administrator.
Then node -v worked!