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

Aha! Conflicting info. Azure Functions seems to be the one to blame for reporting x86 to node-pre-gyp #128

Open
CbtSlave opened this issue Jun 9, 2024 · 0 comments

Comments

@CbtSlave
Copy link

CbtSlave commented Jun 9, 2024

          Aha! Conflicting info. Azure Functions seems to be the one to blame for reporting x86 to node-pre-gyp
D:\home>node test.js
ia32 ia32

D:\home>node --version
v6.5.0

D:\home>cat test.js
console.log(process.arch, require("os").arch());

System info

System up time: 1.21:10:02
OS version: Microsoft Windows NT 6.2.9200.0
64 bit system: True
64 bit process: True

Environment variables

REMOTEDEBUGGINGBITVERSION = vx64
REMOTEDEBUGGINGPORT =
REMOTEDEBUGGINGVERSION = 11.0.611103.400
SCM_SKIP_SSL_VALIDATION = 0
SCM_USE_FUNCPACK = 0
ScmType = GitHub
SITE_BITNESS = AMD64

Originally posted by @DonKarlssonSan in #27 (comment)

@CbtSlave
Copy link
Author

CbtSlave commented Jun 9, 2024

      Aha! Conflicting info. Azure Functions seems to be the one to blame for reporting x86 to node-pre-gyp

@CbtSlave
Copy link
Author

CbtSlave commented Jun 9, 2024

D:\home>node test.js
ia32 ia32

D:\home>node --version
v6.5.0

D:\home>cat test.js
console.log(process.arch, require("os").arch());

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

1 participant