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
Is there a list available of possible values for the --arch option?
--arch
I am trying to compile for arm64 and cannot seem to find the right key for that architecture...
I am compiling on x64, but need to compile for a Raspberry Pi.
I tried this, but it doesn't work: node-gyp clean configure build --arch=arm
node-gyp clean configure build --arch=arm
The only values that do something for --arch are 'ia32', everything else gets compiled to x86-64.
x86-64
The text was updated successfully, but these errors were encountered:
https://nodejs.org/api/os.html#osarch
Sorry, something went wrong.
No branches or pull requests
Is there a list available of possible values for the
--arch
option?I am trying to compile for arm64 and cannot seem to find the right key for that architecture...
I am compiling on x64, but need to compile for a Raspberry Pi.
I tried this, but it doesn't work:
node-gyp clean configure build --arch=arm
The only values that do something for
--arch
are 'ia32', everything else gets compiled tox86-64
.The text was updated successfully, but these errors were encountered: