Skip to content
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

Installation problem on ubuntu 32 bit system #27113

Closed
DebasisBehera123 opened this issue Apr 6, 2019 · 5 comments
Closed

Installation problem on ubuntu 32 bit system #27113

DebasisBehera123 opened this issue Apr 6, 2019 · 5 comments
Labels
question Issues that look for answers. wrong repo Issues that should be opened in another repository.

Comments

@DebasisBehera123
Copy link

When trying to download node js from official website shows 404 not found the url was https://nodejs.org/dist/v10.15.3/node-v10.15.3-linux-x86.tar.xz

@bnoordhuis
Copy link
Member

Where on the website did you find that link? We've stopped providing binaries for x86 linux.

@DebasisBehera123
Copy link
Author

For all versions of node js or only for 10.x version

@ChALkeR ChALkeR added question Issues that look for answers. wrong repo Issues that should be opened in another repository. labels Apr 6, 2019
@ChALkeR
Copy link
Member

ChALkeR commented Apr 6, 2019

@bnoordhuis https://github.com/nodejs/nodejs.org/blob/master/static/js/download.js constructs the download link based on user-agent, so this likely came from there.

@DebasisBehera123 See nodejs/build#885 for context and more information.
In short: linux-x86 was dropped for all versions starting with 10.x. For 8.x LTS, linux-x86 is still supported until 8.x reaches EOL (December 2019).


https://github.com/nodejs/nodejs.org/blob/master/static/js/download.js was last touched in 2016 and I don't think that it was updated to the supported platform list change. If it produced that link, then this is an issue that should be opened in nodejs/nodejs.org repo.

@bnoordhuis
Copy link
Member

Continues in nodejs/nodejs.org#2173.

@bnoordhuis
Copy link
Member

This should be fixed now. If not, please chime in on the other issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Issues that look for answers. wrong repo Issues that should be opened in another repository.
Projects
None yet
Development

No branches or pull requests

3 participants