Centos7使用yum安装最新版node.js

253 阅读1分钟

获取最新版的bash

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

执行安装

yum install nodejs