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

fix: dev on Windows CreateProcess failed with error 193 (no message av… #228

Conversation

christophpre
Copy link
Contributor

Close #223

The bug seems to have been introduced with #219 . The webpack dev server still needs to be started with the .cmd in the .bin directory of node_modules, since node.exe is used there. runnerw.exe that would start the child process without this fix has problems with starting the webpack-dev-server.js directly.

@christophpre christophpre changed the title fix dev on Windows CreateProcess failed with error 193 (no message av… fix: dev on Windows CreateProcess failed with error 193 (no message av… Nov 15, 2018
@develar develar merged commit ba8dad0 into electron-userland:master Nov 16, 2018
@christophpre christophpre deleted the fix-dev-on-Windows-CreateProcess-failed branch November 16, 2018 07:59
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

Successfully merging this pull request may close these issues.

dev on Windows CreateProcess failed with error 193 (no message available)
2 participants