Skip to content
New issue

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

unable to do curl operation #35

Open
aruncumer opened this issue Oct 27, 2014 · 1 comment
Open

unable to do curl operation #35

aruncumer opened this issue Oct 27, 2014 · 1 comment

Comments

@aruncumer
Copy link

system type : 64-bit operating system, x64-based processor
os : windows 8

-----my script----

var curl = require('curlrequest');

var options = {
url: 'api.github.com/repos/jiangmiao/node-curl'
, verbose: true
, stderr: true
};

curl.request(options, function (err, data) {
data = JSON.parse(data.toString());
console.log(data);
});

----------------------------Errror ----------------------------
events.js:72
throw er; // Unhandled 'error' event
^
Error: spawn ENOENT
at errnoException (child_process.js:1001:11)
at Process.ChildProcess._handle.onexit (child_process.js:792:34)

@roysG
Copy link

roysG commented May 1, 2017

any solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants