Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 967 Bytes

Node-Install-And-Usage.md

File metadata and controls

27 lines (18 loc) · 967 Bytes

Node 安装和配置

Node 安装

如果你是要安装 node 8 系列,下载这个 yum 源
curl --silent --location https://rpm.nodesource.com/setup_8.x | sudo bash -

如果你是要安装 node 9 系列,下载这个 yum 源
curl --silent --location https://rpm.nodesource.com/setup_9.x | sudo bash -

然后通过 yum 开始安装(软件大小:51M 左右)
sudo yum -y install nodejs
  • 注意:因为网络原因,最好先把脚本下载到本地,再用代理进行安装