-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Redesign the Downloads page tabs to reflect on latest agreements with Package Maintenance WG #7037
Comments
+1 on the suggestion overall. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Same +1 to the suggestion overall |
FYI I aim to lead the development on this, but I need to have a final +1 from @nodejs/package-maintenance 🙏 |
Bumping this @nodejs/nodejs-website; unfortunately, I overestimated my availability here. Would anyone volunteer to lead this work? I can sync regarding the overall idea/UX that this should have ✨ |
It reminded me that at the Collab summit @targos had mentioned that on the prebuilt-binairies page it would be interesting to have a codebox with the links for copying and pasting. Because most of the time people who install bianaries do so to use them on a server that they access with SSH. Michaël could you confirm that was you point of view ? |
A different Michael here, but in terms of using the pre-built binaries my 2 cents is that is what I do all the time. I copy he URL and then use wget to pull down the binary. |
This comment has been minimized.
This comment has been minimized.
Note This is a note from the sync we done with Claudio (@ovflowd). So it's the idea of what we are going to do.
Mock up |
seems a bit backwards to suggest installing fnm via winget but not to mention that one can also just install nodejs via winget directly also docker being the only "official" method on windows is just bad, it paints a picture of nodejs not wanting to officially support windows |
I would appreciate not jumping to conclusions. This PR was a first pass. We will eventually add fnm as an official method. We unfortunately cannot add Winget as an installation method because it is barely updated, the latest version added there is 19.8.1 which is extremely old. There doesn't seem to be any of the v20,v21,v22 and v23 versions there as per https://winget.run/pkg/OpenJS/NodeJS |
Also per statistics most of Windows users still download and install Node.js via the Windows installer, or at least based on metrics from Sentry. There are follow-ups to this PR which is an initial pass. |
winget is pretty up to date as far as i can see (winget.run, winstall.app or any similar sites are not official, so not really a reliable source):
anyway i apologize for jumping to conclusions, i just wanted to bring attention to it as imo it currently seems half baked, i wasn't aware that it's only a first iteration, so all good i appreciate y'all tackling this |
Oh I had no idea, I stand corrected.
No worries! Appreciate you bringing this up to our attention. We wanted to merge this soon so we could then iterate and allow the community to start adding new methods. I definitely agree that Docker appearing as the default method feels, uhm, yeah. |
The Issue
After the initial redesign of https://nodejs.org, the Downloads page became much cleaner and easier for newcomers and experienced devs to find the method they desired for downloading Node.js.
Although successful, the page structure currently implies a few problems:
This issue proposes a UX update that addresses all these problems.
The Solution
Re-arrange/rename tabs and their contents:
I propose a new set of tabs that will respectively contain the following download options:
Each one of these tabs will also have a tooltip that renders when users hover said tab headers with the following respective text:
Node.js version managers (RECOMMENDED)
It automatically manages Node.js versions within your system using Node.js-specific version managers such as
nvm,
fnm,
and others.OS package managers
To install Node.js on your system, use your favorite OS/distribution's built-in or third-party package manager, such as apt, brew, or chocolatey.
Prebuilt Binaries
Download fully self-contained and extractable archives containing binaries of Node.js. Great for portable installations.
Other ways
Find other ways of installing Node.js, such as downloading its source code, unofficial builds, and more.
Note that these are just example tooltips prone to being updated and proofread; they should also be translatable.
Move source code and unofficial/other installation methods to "Other ways"
This allows us to easily aggregate the alternative ways of downloading Node.js without obscuring them on the small text below the "Source code" and "Prebuilt Binaries" tabs.
The new Package Manager and Version Manager tabs should be restructured
Within these CodeTabs, you'll be asked for the desired Node.js version, OS, and Architecture (and maybe OS version (?))
The final dropdown box will render options based on these choices, but the main difference is that now we will have options within said Dropdown grouped by "Official" and "Community" options.
The official options are either package managers or version managers sanctioned by the Package Maintenance WG -- and known to always be up to date, regularly maintained, and following best practices. Said best practices and criteria to be defined by @nodejs/package-maintenance; For example,
nvm
andbrew
fit this criterion because they follow Node.js versioning standards and LTS standards.Other options, such as
apt
,nuget
, etc., will be under "Community" options because they aren't always up to date, are based on the OS/distro version, or use different versioning formats.And then adding a little copy-text on the bottom making the distinction of "Official/Recommended" vs. "Community" -- this distinction is safe enough and the separation for us to allow people to send PRs for adding numerous different package managers and version managers around the clock.
By doing this, we can eventually get rid of the "All package managers" page that is very hard to find.
Changelog Button
When clicked, the changelog button should be an
a
. It opens the modal (onClick
), but all other bindings, like right click and cmd+click, should bind to the defaulta
handlers. People can copy the URLs or open the raw Changelog MD file on GitHub.These are the numerous changes I'm proposing in order to future-proof and make the current Download pages even friendlier and easier to use.
The text was updated successfully, but these errors were encountered: