Ga-Lin

Results 2 comments of Ga-Lin

Try this one: In the file `node_modules/electron-webpack/out/dev/ChildProcessManager.js`, find this line `const isWin = process.platform === "win32";`, change `win32` to `win64` may help. Perhaps it's not compatible with your 64 bit...

@loopmode well, you are right, I did't read that carefully before, but something interesting happens today, when I run my application again without any changes(still use `win32` and don't change...