CentOS下通过yum安装nodejs等

来源:互联网 发布:乐视线刷软件 编辑:程序博客网 时间:2024/05/18 02:42

获取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 install git


原创粉丝点击