linux使用yum安装nodejs
1、安装源curl -sL https://rpm.nodesource.com/setup_12.x | bash -2、开始安装yum -y install nodejs3、node -v 和npm -v 查看版本,说明安装成功4、替换为淘宝npm镜像首先我们可以查看原本的镜像地址:npm get registryhttps://registry.npmjs.org/5、替换成淘宝的:npm config set registry ht.