你的位置:首页 > 互联网IT

CentOS 7通过yum安装nodejs和npm失败方法,No package nodejs available.

系统:CentOS 7   只支持64-bit

第一步:

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


我这里安装的是 v4.x

第二步:

安装

yum install -y nodejs

 查看:

测试是否安装成功

node -v 

 # v4.4.0

npm -v

# 2.14.20

983aa5f4da5872daf72f76bc0056ad042f68d4f8.png CentOS 7通过yum安装nodejs和npm失败方法,No package nodejs available. 互联网IT

  • 发表评论
  • 查看评论
【暂无评论!】

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。