🌐 AI搜索 & 代理 主页
Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit ba34cb0

Browse files
authored
Update setup.md: Moved to node 7.4
1 parent 834c4ca commit ba34cb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Python may be required for working with some projects, though macOS has it built
2727

2828
```
2929
# brew install nvm; # Note: nvm discourages installation by brew
30-
nvm install 6.3.1;
31-
nvm alias default 6.3.1;
30+
nvm install 7.4;
31+
nvm alias default 7.4;
3232
```
3333

3434
### 4. Setup git and GitHub

0 commit comments

Comments
 (0)