Uncaught error after bundling with electron
After building for windows, the module gives me this error, no idea what causes this.
I'm using latest version from GitHub. Works fine when running in node itself.

I fixed this, by using child_process.execFile instead of spawn
Could you try again with the new version 0.3.0? It uses execa under the hood to execute the file.
If it doesn't fix it we should probably file a bug there...
It still exists in version 0.3.0. and I don't want to spawn new process or grab the child process.
Having the same error even without building (just by running npm start):
Windows 10 (Virtual Machine)
v4.0.1