Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pxr64 opened this issue Dec 6, 2016 · 1 comment
Open

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

pxr64 opened this issue Dec 6, 2016 · 1 comment

Comments

@pxr64
Copy link

pxr64 commented Dec 6, 2016

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
Copy link

heuuLZP commented Mar 20, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants