keybase / keybase/keybase-issues
Nodejs instructions for Fedora and RHEL/CentOS
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 899
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
There are instructions for installing Node.js on Ubuntu, but they should be added for Fedora as well.
On Fedora, it is simply
yum install nodejs npm
to install both Node.js and the Node Package Modules manager.
For RHEL and CentOS, users should first install the EPEL repository from https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F and then the same commands above apply.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Find the existing Ubuntu Node.js installation instructions in the project documentation and use them as the starting point. Add Fedora instructions using yum install nodejs npm, and note the EPEL prerequisite for RHEL and CentOS; done means all three distributions have clear installation steps.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nodejs
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100