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
npm_config_platform_arch
npm_config_arch
npm install --platform-arch=arm64 will set npm_config_platform_arch=arm64 which is respected by node-gyp and install-artifact-from-github.
npm install --platform-arch=arm64
npm_config_platform_arch=arm64
node-gyp
install-artifact-from-github
So prebuild-install should respect this too. Currently i need to set npm_config_arch and npm_config_platform_arch.
prebuild-install
The text was updated successfully, but these errors were encountered:
No branches or pull requests
npm install --platform-arch=arm64
will setnpm_config_platform_arch=arm64
which is respected bynode-gyp
andinstall-artifact-from-github
.So
prebuild-install
should respect this too. Currently i need to setnpm_config_arch
andnpm_config_platform_arch
.The text was updated successfully, but these errors were encountered: