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
Same here with Debian Jessie (v8.8) and Node v8.1.2, the same code that works under Windows 10 / Node v8 hangs under Debian without throwing any error.
I had this problem trying to run this in a headless container, guess it's the same for you guys; electron needs a DISPLAY to render to, so you need to use something like Xvfb and probably some extra GUI dependencies if it's Ubuntu server edition.
Didn't take the time to figure out exactly what is needed, but in my Dockerfile I have these lines that makes it run for me:
First of all, thanks for this useful package.
I have server on DigitalOcean with this following setup:
Ubuntu 16.04
NodeJS 6.10.3
Used the code below:
Unfortunately, when I run this code, it just hangs and doesn't display any errors in the console nor in the debug file for node.js.
The text was updated successfully, but these errors were encountered: