Skip to content
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

Enterprise Linux Instructions Missing Install Step In README #826

Closed
byrdware opened this issue Apr 14, 2019 · 1 comment
Closed

Enterprise Linux Instructions Missing Install Step In README #826

byrdware opened this issue Apr 14, 2019 · 1 comment

Comments

@byrdware
Copy link

The README.md for this project includes installation instructions for various package managers, however, it is lacking the final and most important step for the enterprise / Fedora / yum / dnf crowd, and that is the installation of node itself. There needs to be a yum install nodejs step added to the end of these instructions, with an alert to the new 'dnf' package manager, for those who have moved beyond yum.

@igsu
Copy link
Contributor

igsu commented Dec 4, 2019

Hi @byrdware

During the execution of the scripts for these distributions, the instructions that you mention is provided only after successfully checking that there is support for the distro/version. Additional instructions that may be required in certain cases are also provided:

## Run `sudo yum install -y nodejs` to install Node.js 13.x and npm.
## You may also need development tools to build native addons:
     sudo yum install gcc-c++ make
## To install the Yarn package manager, run:
     curl -sL https://dl.yarnpkg.com/rpm/yarn.repo | sudo tee /etc/yum.repos.d/yarn.repo
     sudo yum install yarn

@igsu igsu closed this as completed Dec 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants