user2129794
user2129794

Reputation: 2418

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

Am getting the following error on running node.io via command line

enter image description here

Upvotes: 0

Views: 56

Answers (1)

rchawdry
rchawdry

Reputation: 1266

I had the same problem and tried a couple of things. It seems Windows 7 had a problem with the command file name itself (node.io.cmd). If you copy this command to something without the period (ie. nodeio.cmd), then I could successfully invoke the tool using "nodeio" instead of "node.io".

The file that would need to be changed was in my %APPDATA%\npm directory. My %APPDATA% environment variable was mapped to "C:\Users{my user name}\AppData\Roaming".

Upvotes: 0

Related Questions