安装第一步
curl --silent --location https://rpm.nodesource.com/setup_8.x | bash -
控制台输出:
安装第二步
yum install -y nodejs
控制台输出:
查看版本号:
node -v
npm -v
控制台输出:
记录一下,积累点滴。
curl --silent --location https://rpm.nodesource.com/setup_8.x | bash -
控制台输出:
yum install -y nodejs
控制台输出:
查看版本号:
node -v
npm -v
控制台输出:
记录一下,积累点滴。