node.js - error on running node.io via commandline on windows server 2008 -


am getting following error on running node.io via command line

enter image description here

i had same problem , tried couple of things. seems windows 7 had problem command file name (node.io.cmd). if copy command without period (ie. nodeio.cmd), invoke tool using "nodeio" instead of "node.io".

the file need changed in %appdata%\npm directory. %appdata% environment variable mapped "c:\users{my user name}\appdata\roaming".


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -