We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nodeclipse Core version 0.7.0.201311010637
require('child_process').exec('sc queryex', function (error, stdout, stderr) { console.log(stdout); console.log(error); });
results in
{ [Error: spawn Unknown system errno 203] code: 'Unknown system errno 203', errno: 'Unknown system errno 203', syscall: 'spawn' }
Code runs fine from Windows command line.
The text was updated successfully, but these errors were encountered:
This must be similar problem to #81
Thanks for letting know.
Sorry, something went wrong.
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
spawn
ChildProcess.prototype.spawn = function(options) {
The example above works with 70979f3 on Windows. As the remedy is the same, this is the same issue. Marked as duplicate. Please follow #81
close #81, #92, #120 ; 0.11 with 2 updated features sets
d87fe93
close with 0.11
paulvi
No branches or pull requests
Nodeclipse Core version 0.7.0.201311010637
results in
Code runs fine from Windows command line.
The text was updated successfully, but these errors were encountered: