node-webshot icon indicating copy to clipboard operation
node-webshot copied to clipboard

Error: spawn ENOENT

Open sashaaKr opened this issue 10 years ago • 2 comments

I work on Windows 7, using 0.16.0 version of webshot, code that I'm trying is very simple:

var webshot = require('webshot'); console.log(webshot); webshot('https://www.google.co.il/', __dirname = '/google.png', function (err) { // screenshot now saved to google.png });

I installed 1.9.16 version of phantomjs, and It still doesn't work.

sashaaKr avatar May 18 '15 06:05 sashaaKr

Same for me. I do have phantomjs and imagemagick

misterch0c avatar Oct 06 '15 16:10 misterch0c

same here, any solution guys ?

nbstr avatar May 09 '18 10:05 nbstr