You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run html5-to-pfd on my AWS Ubuntu 14.04 and when build is getting called it just gets stuck. I investigated the issue and found that there is a problem with the electron module in the nightmare module. Please refer to
Apparently Electron requires an X display and since the server doesn't have a display it's a problem. There is a suggested solution to use Xvfb to provide a virtual one. Need to install xvfb, and run xvfb-run.
Any chance to implement it in the release or can you please suggest a way to use it with current release ?
Thanks.
The text was updated successfully, but these errors were encountered:
I am trying to run html5-to-pfd on my AWS Ubuntu 14.04 and when build is getting called it just gets stuck. I investigated the issue and found that there is a problem with the electron module in the nightmare module. Please refer to
segment-boneyard/nightmare#224
segment-boneyard/nightmare#534
http://stackoverflow.com/questions/34795037/nightmare-js-not-working-as-expected-on-ubuntu-linux-cloud-server
Apparently Electron requires an X display and since the server doesn't have a display it's a problem. There is a suggested solution to use Xvfb to provide a virtual one. Need to install xvfb, and run xvfb-run.
Any chance to implement it in the release or can you please suggest a way to use it with current release ?
Thanks.
The text was updated successfully, but these errors were encountered: