pbarbiero / basic-electron-react-boilerplate

Minimal and modern react+electron+webpack boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Packe and Postpackage doesn't work - CANNOT RUN WITH NODE 10.4.1

dhuber666 opened this issue · comments

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.