#Electron unsupported on OS issue

4 messages · Page 1 of 1 (latest)

rare fulcrum
#

Hi team,

I am trying to upgrade electron from a very old version(2.0.9) to the latest version. After upgrading all the dependencies and also upgrading node and node.js followed by fixing build errors I am getting the error attached in image.

The issue is that it is saying that the bit version is not supported even though I used the 64 bit zip file of electron.
Can you please help with the issue?

Thanks

snow ledge
#

--platform=win32 --arch=ia32 use this in ur paackage.json file

rare fulcrum
#

Hi @snow ledge , thanks for the response and suggestion, this is a part of electron-builder module right? Our project being a bit old is not using electron-builder as of now and to implement it we will need major changes in the project structure, is there any other approach without electron-builder?

snow ledge
#

the one i gave u is for electron packager instead of builder