I suspect is has to do with the fact that VJET has it's own JavaScript engine, Whereas node uses Google V8-engine.
You cannot run java script that depends on native Node.JS function calls or libraries.
I'm not quite sure what VJET does but i guess it's not entirely impossible for a JS-engine collision to occur in Eclipse.