Install Node.js 8 on Enterprise Linux Distributions

To install Node.js 8 on Enterprise Linux distros like RHEL, CentOS, and Fedora, you need to run the bash script for and you’ll have the Node.js 8 RPM repository - once you’ve done that, you’ll be ready to go.

If you want to see if your Enterprise Linux distro and version is supported, you can find the full list of distros and *supported *versions for each distro on the GitHub repo.

curl -sL https://rpm.nodesource.com/setup_8.x | bash -
yum install -y nodejs

相关文章:

  • 2021-09-22
  • 2022-12-23
  • 2021-08-13
  • 2021-10-05
  • 2022-12-23
  • 2022-01-30
  • 2021-10-20
  • 2022-12-23
猜你喜欢
  • 2021-10-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-29
相关资源
相似解决方案