Closed tbenbrahim closed 10 years ago
This must be similar problem to #81
Thanks for letting know.
This won't be in 0.8 Help needed.
Like #81 this issue ( #92 ) does not appear in Nodeclipse 0.4 (tested with Nodeclipse SDK https://sourceforge.net/projects/nodeclipse/files/Standard-Development-Kit/ ). It is regression since 0.5.
Both errors happen in spawn
function block:
ChildProcess.prototype.spawn = function(options) {
https://github.com/joyent/node/blob/master/lib/child_process.js#L902-L1046
The example above works with https://github.com/Nodeclipse/nodeclipse-1/commit/70979f3a2020103e3c64af31b166e55fcc062d02 on Windows. As the remedy is the same, this is the same issue. Marked as duplicate. Please follow #81
close with 0.11
Nodeclipse Core version 0.7.0.201311010637
results in
Code runs fine from Windows command line.