This commit is contained in:
qianguyihao
2021-03-11 15:39:08 +08:00
parent a06e66c726
commit 3a2d47ef84
2 changed files with 26 additions and 23 deletions

View File

@@ -96,7 +96,6 @@ proxy
4输入 `node -v`查看正在使用的 node 版本
- **参考链接**[安装 npmnvmnode](https://segmentfault.com/a/1190000011114680)
如果 Node 安装失败可以参考上面这个链接
@@ -113,6 +112,18 @@ nvm install 8.10.0
关于 NVM 的常用命令详见下一段
补充
如果 Node 安装失败可以在上方的 `settings.txt`文件中新增如下两行修改镜像源
```
node_mirror: https://npm.taobao.org/mirrors/node/
npm_mirror: https://npm.taobao.org/mirrors/npm/
```
- 参考链接[安装 npmnvmnode](https://segmentfault.com/a/1190000011114680)
### Mac 系统安装 Node.js
**1安装 NVM**