Medium / phantomjs

NPM wrapper for installing phantomjs
Other
1.43k stars 435 forks source link

Issue on ubuntu ENOENT #594

Closed jbg77 closed 8 years ago

jbg77 commented 8 years ago

I deploy a meteor app on my server with mupx, phantomjs(that work on windows) doesn't work, I deploy from ubuntu to ubuntu 14 The error: Generating pdf, open phantomjs //console log(); { [Error: spawn ENOENT] code: 'ENOENT', errno: 'ENOENT', syscall: 'spawn' }

Edit: same error on ubuntu without using mupx

Edit: I used a custom docker image with the last phantomjs, then I call just with 'phantomjs'