Skip to content

Commit d191465

Browse files
authored
Update firststeps.md
1 parent f5371cb commit d191465

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

10/firststeps.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121

2222
#### ** windows **
2323

24-
1. [点击下载 Node.js](https://npmmirror.com/mirrors/node/v16.18.1/node-v16.18.1-x64.msi)
24+
1. [点击下载 Node.js](https://npmmirror.com/mirrors/node/v20.15.0/node-v20.15.0-x64.msi)
25+
2526

2627

2728
2. 安装 Node.js
@@ -30,9 +31,9 @@ Powershell/CMD 可以打印出这个说明安装成功。(部分系统需要
3031

3132
```
3233
$node -v
33-
v16.18.1
34+
v20.15.0
3435
$ npm -v
35-
7.x.x
36+
8.x.x
3637
```
3738

3839
#### ** linux **
@@ -63,9 +64,9 @@ nvm install --lts
6364

6465
```
6566
$node -v
66-
v16.18.1
67+
v20.x.x
6768
$ npm -v
68-
7.x.x
69+
8.x.x
6970
```
7071

7172
#### ** MacOS **
@@ -78,9 +79,9 @@ $ npm -v
7879

7980
```
8081
$node -v
81-
v16.18.1
82+
v20.x.x
8283
$ npm -v
83-
7.x.x
84+
8.x.x
8485
```
8586

8687

@@ -96,9 +97,9 @@ sudo snap install node --classic --channel=16
9697

9798
```
9899
$node -v
99-
v16.18.1
100+
v20.x.x
100101
$ npm -v
101-
7.x.x
102+
8.x.x
102103
```
103104

104105
<!-- tabs:end -->

0 commit comments

Comments
 (0)