node.js - error on running node.io via commandline on windows server 2008 -
am getting following error on running node.io via command line
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
Post a Comment