I have this problem too.
METEOR_PATH = C:\Program Files (x86)\Meteor\ NODE_PATH = C:\Program Files (x86)\Meteor\lib\node_modules PATH = C:\Program Files (x86)\VMware\VMware vSphere CLI\Perl\site\bin;C:\Program Files (x86)\VMware\VMware vSphere CLI\Perl\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Enterprise Vault\EVClient\;C:\Program Files (x86)\Heroku\bin;C:\Program Files (x86)\git\cmd;C:\Program Files\Java\jre6\bin\;C:\Program Files\Sublime Text 2;C:\Program Files (x86)\Meteor\;C:\Program Files (x86)\Meteor\bin
When you run the meteor command, it opens meteor.js in node (if I add console.log ('xxx') to meteor.js, I see the output), but the script ends without exiting.
Sam m source share