9-05 6,254 views
首先去这个网站看下版本
https://github.com/nodesource/distributions/tree/master/rpm
然后在终端执行(安装nodejs12)
$ curl --silent --location https://rpm.nodesource.com/setup_12.x | bash -
$ yum install nodejs
$ node --version
$ npm --version
9-05 6,254 views
首先去这个网站看下版本
https://github.com/nodesource/distributions/tree/master/rpm
然后在终端执行(安装nodejs12)
$ curl --silent --location https://rpm.nodesource.com/setup_12.x | bash -
$ yum install nodejs
$ node --version
$ npm --version