CentOS下通过yum安装nodejs等

前端之家收集整理的这篇文章主要介绍了CentOS下通过yum安装nodejs等前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

获取nodejs 资源

# 4.x

curl --silent --location https://rpm.nodesource.com/setup_4.x | bash -

# 5.x

curl --silent --location https://rpm.nodesource.com/setup_5.x | bash -

# 0.10

curl --silent --location https://rpm.nodesource.com/setup | bash -

直接安装

yum install -y nodejs


安装git

yum installgit

原文链接:https://www.f2er.com/centos/375223.html

猜你在找的CentOS相关文章