两句话centos7快速安装node.js

一般优先推荐

curl -sL https://rpm.nodesource.com/setup_10.x | bash -
yum install nodejs

setup_10.x 可以修改为当前稳定分支,比如12 14之类。

但是在某些情况下,我们无法通过yum安装,可以直接下RPM包进行安装。

wget https://rpm.nodesource.com/pub_14.x/el/7/x86_64/nodejs-14.15.0-1nodesource.x86_64.rpm
rpm -ivh nodejs-14.15.0-1nodesource.x86_64.rpm

摄影爱好者,全栈工程师,游戏玩家,积木苦手,超穷手办收藏爱好者

发表评论