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?
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 32would download the same version for x86.node-nightly --upgrade --arch 32when upgrading, to force x86.I could do a PR?