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
I would find it useful to have a flag to switch between the 32/64 bit version. Currently it uses whichever is already installed.
node-nightly --arch 32 would download the same version for x86.
node-nightly --arch 32
node-nightly --upgrade --arch 32 when upgrading, to force x86.
node-nightly --upgrade --arch 32
I could do a PR?
The text was updated successfully, but these errors were encountered:
Please feel free to do a PR
On Tue 11 Oct, 2016, 5:17 AM Rob Lourens, [email protected] wrote:
I would find it useful to have a flag to switch between the 32/64 bit version. Currently it uses whichever is already installed. node-nightly --arch 32 would download the same version for x86. node-nightly --upgrade --arch 32 when upgrading, to force x86. I could do a PR? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub #31, or mute the thread https://github.com/notifications/unsubscribe-auth/AABHi7Gv9SzEA3kEWyHnCk9clWepNxVtks5qys55gaJpZM4KTGdp .
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub #31, or mute the thread https://github.com/notifications/unsubscribe-auth/AABHi7Gv9SzEA3kEWyHnCk9clWepNxVtks5qys55gaJpZM4KTGdp .
Sorry, something went wrong.
No branches or pull requests
I would find it useful to have a flag to switch between the 32/64 bit version. Currently it uses whichever is already installed.
node-nightly --arch 32
would download the same version for x86.node-nightly --upgrade --arch 32
when upgrading, to force x86.I could do a PR?
The text was updated successfully, but these errors were encountered: