标签:安装系统 targe ref art 服务器 node 压缩 release 配置nginx
1. 下载node最新版本 : 连接 https://nodejs.org/download/release/
wget https://nodejs.org/download/release/v9.9.0/node-v9.9.0-linux-x64.tar.xz
2. 解压
tar -xf node-v9.9.0-linux-x64.tar.xz
3. cd到bin目录 执行下面命令 【使用包里面的node运行npm模块安装n工具】
./node npm install -g n
4. 再通过n工具安装系统环境的node
./n latest
5.安装系统环境的n工具(先前是在压缩包里面的)
npm install -g n
6. 安装node最新版本
n latest
7. 安装node标准版本:
n stable
8. 完
-------------------------------------------
标签:安装系统 targe ref art 服务器 node 压缩 release 配置nginx
原文地址:https://www.cnblogs.com/chefweb/p/9319343.html