Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

code with exec fails when running inside Eclipse on Windows  #92

Copy link
Copy link
@tbenbrahim

Description

@tbenbrahim
Issue body actions

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.

Reactions are currently unavailable

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.