Centos 安装 nodejs
共计 305 个字符,预计需要花费 1 分钟才能阅读完成。
最好根据该文档进行操作:https://github.com/nodesource/distributions
- yum安装设置Node.js v16版本
curl --silent --location https://rpm.nodesource.com/setup_16.x | sudo bash
setup_16里16是版本号,可根据自己需要修改。
- yum方式安装
sudo yum -y install nodejs
- 其它参考:
以上命令安装不成功可执行:
sudo yum clean all
若本地存在多个nodesoucre,可以执行以下命令, 再重新yum安装命令。
sudo rm -fv /etc/yum.repos.d/nodesource*
提醒:本文发布于456天前,文中所关联的信息可能已发生改变,请知悉!
Tips:清朝云网络工作室
阅读剩余
THE END