basic-electron-react-boilerplate
basic-electron-react-boilerplate copied to clipboard
Packe and Postpackage doesn't work - CANNOT RUN WITH NODE 10.4.1
Hi,
Finally I want to release my first version of the app. But I can't.
I get the error:
CANNOT RUN WITH NODE 10.4.1
Electron Packager requires Node 4.0 or above.
When I'm trying to run npm run packe
or npm run postpackage
I have Node v10.4.1
What am I doing wrong?
This one is solved by updating electron and electron-packager
But now I got a new error when running postpackage
rcedit.exe failed with exit code 1. Fatal error: Unable to commit changes
Running it on a current windows machine with x64.