0
点赞
收藏
分享

微信扫一扫

yum安装最新版nodejs


给 yum 增加 nodejs lts 版本 源

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

执行 安装

sudo yum install -y node

yum安装最新版nodejs_linux

其他版本源

https://github.com/nodesource/distributions



举报

相关推荐

0 条评论