brenden / node-webshot

Easy website screenshots in Node.js
2.12k stars 286 forks source link

Error: spawn ENOENT #106

Open sashaaKr opened 9 years ago

sashaaKr commented 9 years ago

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.

misterch0c commented 8 years ago

Same for me. I do have phantomjs and imagemagick

nbstr commented 6 years ago

same here, any solution guys ?