Closed
Description
URL:
https://nodejs-org-git-meta-remove-legacy-website-code-openjs.vercel.app/en/download
Browser Name:
Firefox
Browser Version:
115.8.0
Operating System:
Windows 11
How to reproduce the issue:
In the redesign it looks like the download page unconditionally includes the string "and corepack":
This means the string is always present, even if you select a really old version of Node.js e.g. v8.17.0.
AFAIK there is currently no quick way of determining if an arbitrary release of Node.js includes corepack short of looking at the source for the version or unpacking one of the archives. Corepack is not indexed in index.json
/index.tab
and is unlikely to be while it is experimental.