-
Notifications
You must be signed in to change notification settings - Fork 3.6k
docs: remove reference to Node.js download less common os #8418
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
docs: remove reference to Node.js download less common os #8418
Conversation
Honestly everything from |
Hi @wraithgar I really struggle with updating https://docs.npmjs.com/downloading-and-installing-node-js-and-npm#less-common-operating-systems and probably most of the other instructions could be radically revised. I've had the issue npm/documentation#1459 open for quite some months and I was rather hoping that somebody with some history of how this content got put together might pick up the issue and revise the content. This PR just knocks off the bit at the bottom of the page which is now totally incorrect. If you want me to submit a new PR which simplifies the information that you mention and defers more to what https://nodejs.org/en/download is suggesting, I can do that. Let me know! |
Every little bit helps. If another PR cleaned this page up more it would most likely land. |
Thanks for merging this PR! I'll leave the other changes on my to-do list. |
## Situation External URL: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm#less-common-operating-systems Source URL: https://github.com/npm/documentation/blob/main/content/getting-started/configuring-your-local-environment/downloading-and-installing-node-js-and-npm.mdx#less-common-operating-systems - The target URL https://nodejs.org/en/download/package-manager/ redirects to https://nodejs.org/en/download - The original content, last seen on Mar 18, 2024, viewable on https://web.archive.org/web/20240318015303/https://nodejs.org/en/download/package-manager/ previously contained a list that included operating systems which could be considered as "less common" The following screenshot shows content that Node.js has already deleted:  - There is no longer a section on https://nodejs.org/en/download/package-manager/ corresponding to "Less-common operating systems" and the redirected url https://nodejs.org/en/download currently limits itself to: - Windows - macOS - Linux - AIX This is a screenshot of the current contents of https://nodejs.org/en/download:  ## Change In [docs/lib/content/configuring-npm/install.md](https://github.com/npm/cli/blob/latest/docs/lib/content/configuring-npm/install.md): - remove the section "Less-common operating systems" since there is no longer any corresponding target information available ## References - related to npm/documentation#1459
Situation
External URL: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm#less-common-operating-systems
Source URL: https://github.com/npm/documentation/blob/main/content/getting-started/configuring-your-local-environment/downloading-and-installing-node-js-and-npm.mdx#less-common-operating-systems
The following screenshot shows content that Node.js has already deleted:
This is a screenshot of the current contents of https://nodejs.org/en/download:
Change
In docs/lib/content/configuring-npm/install.md:
References