-
Notifications
You must be signed in to change notification settings - Fork 616
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
Error: spawn ENOENT #191
Comments
Do you have graphicksmagick installed? |
I have installed imagemagick |
did you subclass imagemagick? |
perfect I've tried: it works! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying in node version 0.10.13 with express 3.0.4 this code
var myfile = __dirname + "/public/resources/" + "mypic.jpg"
var gm = require("gm");
gm(myfile).size(function(err, value){
console.dir(value);
});
I obtain this error:
[Inside 'uncaughtException' event] Error: spawn ENOENT
at errnoException (child_process.js:980:11)
at Process.ChildProcess._handle.onexit (child_process.js:771:34)
The text was updated successfully, but these errors were encountered: