-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
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'm trying to install node.js v14.8.0 on my old laptop with 32-bit Linux installed. #2943
Comments
Short answer: no - we stopped providing linux-x86 binaries after Node.js v8.x Longer answer: try cross-compilation with You probably also want to run Ubuntu 18.04 on the beefy machine for maximum compatibility. |
I'm getting this error rn:
|
@indexerrowaty You could see if nodejs/node#33044 (which ports the gn build scripts for the Chromium fork of zlib to gyp) helps (there were reports that it helped others on 32-bit Linux). That PR is held up because it regresses relevant benchmarks. |
Worked. Thanks for help. |
Hello. I try to install node v14.8.0 on my 32-bit machine. Unfortunately I cannot find this version that is already pre built for i368 so I tried to build node.js from source. Unfortunately enough for me I can't build it because my old laptop turns off after some time without any reason. Are there any pre-built versions of node.js 14.8.0 for 32-bit Linux because as I said before I can't build node.js on my old laptop.
Any help is appreciated.
The text was updated successfully, but these errors were encountered: