给 yum 增加 nodejs lts 版本 源
curl --silent --location https://rpm.nodesource.com/setup_lts.x | bash -
执行 安装
sudo yum install -y node
其他版本源
https://github.com/nodesource/distributions
yum安装最新版nodejs
阅读 69
2022-05-19
给 yum 增加 nodejs lts 版本 源
curl --silent --location https://rpm.nodesource.com/setup_lts.x | bash -
执行 安装
sudo yum install -y node
其他版本源
https://github.com/nodesource/distributions
相关推荐
精彩评论(0)