We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 up time: 1.21:10:02 OS version: Microsoft Windows NT 6.2.9200.0 64 bit system: True 64 bit process: True
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)
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
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());
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: