Ivshti / wcjs-prebuilt

Install pre-built WebChimera.js with bundled VLC for Electron
43 stars 21 forks source link

Setting "arch":"ia32" in package json is not working #41

Open pxr64 opened 7 years ago

pxr64 commented 7 years ago

Hello guys, In my package.json I have:

"wcjs-prebuilt": {
    "arch": "ia32",
    "runtime": "electron",
    "runtimeVersion": "v1.4.8",
    "version": "v0.2.6" 
  }

Yet when I try to perform npm i, I get the x64 version, thus i cannot build my app for 32 bit systems.

Furthermore when I use set WCJS_ARCH=ia32 and perform npm install i get "Unsupported runtime/arch/platform"

Any ideas, I really need to build this for 32 bit arhitecture.

heuuLZP commented 7 years ago

You can check yout system's information . If your system is 64bit , will have the error .