CentOS下通过yum安装nodejs等

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

获取nodejs 资源

@H_301_5@ # 4.x

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

@H_301_5@

@H_301_5@ # 5.x

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

@H_301_5@ # 0.10

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

@H_301_5@ 直接安装

@H_301_5@ yum install -y nodejs

@H_301_5@

@H_301_5@

安装git

yum installgit

猜你在找的CentOS相关文章