feat(download): Add APT and YUM package manager #6502
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add APT and YUM package manager
Hello Node.js Team,
I hope this message finds you well. This PR is to propose the inclusion of APT and YUM installation instructions for Node.js on the official Node.js Downloads page.
These package managers are the default for Debian/Ubuntu and RHEL-based systems and are familiar to a vast number of users.
Why should nodejs.org need those?
I am ready to contribute the necessary instructions and collaborate on refining the content to meet the Node.js website standards.
Validation
You can visit the repo where this is maintained, the installation instructions are really straight forward.
https://github.com/nodesource/distributions
Check List
npx turbo format
to ensure the code follows the style guide.npx turbo test
to check if all tests are passing.npx turbo build
to check if the website builds without errors.