Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught error after bundling with electron #11

Open
jorenvandeweyer opened this issue Oct 19, 2018 · 4 comments
Open

Uncaught error after bundling with electron #11

jorenvandeweyer opened this issue Oct 19, 2018 · 4 comments

Comments

@jorenvandeweyer
Copy link

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.

image

@jorenvandeweyer
Copy link
Author

I fixed this, by using child_process.execFile instead of spawn

@LinusU
Copy link
Owner

LinusU commented Oct 29, 2018

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...

@nurevaSaeed
Copy link

It still exists in version 0.3.0. and I don't want to spawn new process or grab the child process.

@footniko
Copy link

footniko commented Aug 18, 2020

Having the same error even without building (just by running npm start):
image
Windows 10 (Virtual Machine)
v4.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants