News

It works fine when I run electron . from my-app. However, once packaged for win32 (created on Ubuntu 14.04), on launch of the .exe I see "Uncaught Error: Cannot find module my-module" in the ...
But when I run it on any remote server -- Heroku with the ffmpeg buildpack or my EC2 instance, I get this: [Error: Cannot find ffmpeg] Yes, ffmpeg is installed -- I can run it from the command line. I ...