I have installed Gitbash for windows version 2.7 and installed nodejs 5.5 on windows 7 64 bit machine.
when I try to run
node -v i get the the error msg
Error 0x2 starting node.exe -v I am not sure why is this happening, I uninstalled and re installed both node and git, restarted my system and checked my env variables. everything seems fine. My PATH env variable in 'User Environment variable' looks like this.
C:\Users\<userid>\.dnx\bin;C:\Users\<userid>\AppData\Roaming\npm ;C:\Users\<userid>\AppData\Roaming\npm Any idea why is this happening?