Skip to content

Commit 55b6f89

Browse files
author
github-actions
committed
setup guides generated
1 parent 95a3832 commit 55b6f89

15 files changed

+30
-30
lines changed

macos.cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ nvm -v
480480
现在,让我们来安装node:
481481
482482
```bash
483-
nvm install 16.15.1
483+
nvm install 20.17.0
484484
```
485485
486486
当这个指令执行结束之后,运行:
@@ -489,7 +489,7 @@ nvm install 16.15.1
489489
node -v
490490
```
491491
492-
如果看到`v16.15.1`,那么你安装成功了:heavy_check_mark: 然后,你就可以运行下面这个命令了:
492+
如果看到`v20.17.0`,那么你安装成功了:heavy_check_mark: 然后,你就可以运行下面这个命令了:
493493
494494
```bash
495495
nvm cache clear

macos.es.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ Deberías ver una versión. Si no, pídele ayuda a tu profesor.
507507
Ahora instala node:
508508
509509
```bash
510-
nvm install 16.15.1
510+
nvm install 20.17.0
511511
```
512512
513513
Cuando termine la instalación, corre lo siguiente:
@@ -516,7 +516,7 @@ Cuando termine la instalación, corre lo siguiente:
516516
node -v
517517
```
518518
519-
Si ves `v16.15.1`, the installation succeeded :heavy_check_mark: entonces ahora puedes ejecutar lo siguiente:
519+
Si ves `v20.17.0`, the installation succeeded :heavy_check_mark: entonces ahora puedes ejecutar lo siguiente:
520520
521521
```bash
522522
nvm cache clear

macos.fr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ Tu devrais voir apparaître une version. Sinon, demande au prof.
504504
On va maintenant installer node :
505505
506506
```bash
507-
nvm install 16.15.1
507+
nvm install 20.17.0
508508
```
509509
510510
Une fois l’installation terminée, exécute :
@@ -513,7 +513,7 @@ Une fois l’installation terminée, exécute :
513513
node -v
514514
```
515515
516-
Si tu vois apparaître `v16.15.1`, l'installation a réussi :heavy_check_mark: Tu peux alors exécuter :
516+
Si tu vois apparaître `v20.17.0`, l'installation a réussi :heavy_check_mark: Tu peux alors exécuter :
517517

518518
```bash
519519
nvm cache clear

macos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ You should see a version. If not, ask a teacher.
550550
Now let's install node:
551551
552552
```bash
553-
nvm install 16.15.1
553+
nvm install 20.17.0
554554
```
555555
556556
When the installation is finished, run:
@@ -559,7 +559,7 @@ When the installation is finished, run:
559559
node -v
560560
```
561561
562-
If you see `v16.15.1`, the installation succeeded :heavy_check_mark: You can then run:
562+
If you see `v20.17.0`, the installation succeeded :heavy_check_mark: You can then run:
563563
564564
```bash
565565
nvm cache clear

macos.pt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ Você deverá ver uma versão. Se não, pergunte a um professor.
543543
Agora vamos instalar o Node.js:
544544
545545
```bash
546-
nvm install 16.15.1
546+
nvm install 20.17.0
547547
```
548548
549549
Quando a instalação terminar, execute:
@@ -552,7 +552,7 @@ Quando a instalação terminar, execute:
552552
node -v
553553
```
554554
555-
Se você vir `v16.15.1`, a instalação foi bem-sucedida :heavy_check_mark: Você pode então executar:
555+
Se você vir `v20.17.0`, a instalação foi bem-sucedida :heavy_check_mark: Você pode então executar:
556556
557557
```bash
558558
nvm cache clear

ubuntu.cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ nvm -v
456456
现在,让我们来安装node:
457457
458458
```bash
459-
nvm install 16.15.1
459+
nvm install 20.17.0
460460
```
461461
462462
当这个指令执行结束之后,运行:
@@ -465,7 +465,7 @@ nvm install 16.15.1
465465
node -v
466466
```
467467
468-
如果看到`v16.15.1`,那么你安装成功了:heavy_check_mark: 然后,你就可以运行下面这个命令了:
468+
如果看到`v20.17.0`,那么你安装成功了:heavy_check_mark: 然后,你就可以运行下面这个命令了:
469469
470470
```bash
471471
nvm cache clear

ubuntu.es.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ Deberías ver una versión. Si no, pídele ayuda a tu profesor.
481481
Ahora instala node:
482482
483483
```bash
484-
nvm install 16.15.1
484+
nvm install 20.17.0
485485
```
486486
487487
Cuando termine la instalación, corre lo siguiente:
@@ -490,7 +490,7 @@ Cuando termine la instalación, corre lo siguiente:
490490
node -v
491491
```
492492
493-
Si ves `v16.15.1`, the installation succeeded :heavy_check_mark: entonces ahora puedes ejecutar lo siguiente:
493+
Si ves `v20.17.0`, the installation succeeded :heavy_check_mark: entonces ahora puedes ejecutar lo siguiente:
494494
495495
```bash
496496
nvm cache clear

ubuntu.fr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ Tu devrais voir apparaître une version. Sinon, demande au prof.
481481
On va maintenant installer node :
482482
483483
```bash
484-
nvm install 16.15.1
484+
nvm install 20.17.0
485485
```
486486
487487
Une fois l’installation terminée, exécute :
@@ -490,7 +490,7 @@ Une fois l’installation terminée, exécute :
490490
node -v
491491
```
492492
493-
Si tu vois apparaître `v16.15.1`, l'installation a réussi :heavy_check_mark: Tu peux alors exécuter :
493+
Si tu vois apparaître `v20.17.0`, l'installation a réussi :heavy_check_mark: Tu peux alors exécuter :
494494

495495
```bash
496496
nvm cache clear

ubuntu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ You should see a version. If not, ask a teacher.
524524
Now let's install node:
525525
526526
```bash
527-
nvm install 16.15.1
527+
nvm install 20.17.0
528528
```
529529
530530
When the installation is finished, run:
@@ -533,7 +533,7 @@ When the installation is finished, run:
533533
node -v
534534
```
535535
536-
If you see `v16.15.1`, the installation succeeded :heavy_check_mark: You can then run:
536+
If you see `v20.17.0`, the installation succeeded :heavy_check_mark: You can then run:
537537
538538
```bash
539539
nvm cache clear

ubuntu.pt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ Você deverá ver uma versão. Se não, pergunte a um professor.
517517
Agora vamos instalar o Node.js:
518518
519519
```bash
520-
nvm install 16.15.1
520+
nvm install 20.17.0
521521
```
522522
523523
Quando a instalação terminar, execute:
@@ -526,7 +526,7 @@ Quando a instalação terminar, execute:
526526
node -v
527527
```
528528
529-
Se você vir `v16.15.1`, a instalação foi bem-sucedida :heavy_check_mark: Você pode então executar:
529+
Se você vir `v20.17.0`, a instalação foi bem-sucedida :heavy_check_mark: Você pode então executar:
530530
531531
```bash
532532
nvm cache clear

0 commit comments

Comments
 (0)