curl --silent --location https://rpm.nodesource.com/setup_14.x | bash -
yum update -y
yum remove nodejs npm -y
yum install nodejs npm -y
这样就可以安装到14的版本了,需要什么版本可以自己指定。
curl --silent --location https://rpm.nodesource.com/setup_14.x | bash -
yum update -y
yum remove nodejs npm -y
yum install nodejs npm -y
这样就可以安装到14的版本了,需要什么版本可以自己指定。