Not sure if this project is still active. If so, the very simple example fails on Windows:
child is undefined 1 { clientID: 0, type: 'config', content: {}, id: 1 }
events.js:72
throw er; // Unhandled 'error' event
^
Error: spawn ENOENT
at errnoException (child_process.js:980:11)
at Process.ChildProcess._handle.onexit (child_process.js:771:34)
Process finished with exit code 8
I suspect the problem and solution are outlined in this thread on stack exchange.
I'm a node.js noob (working on my hello world application), or I'd look at fixing it myself ;-)
Cheers,
James
Not sure if this project is still active. If so, the very simple example fails on Windows:
I suspect the problem and solution are outlined in this thread on stack exchange.
I'm a node.js noob (working on my hello world application), or I'd look at fixing it myself ;-)
Cheers,
James