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