You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.es.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,8 +52,8 @@ Clona el repositorio en tu ambiente local y sigue los siguientes pasos:
52
52
1. Instala learnpack, el package manager para tutoriales de aprendizaje y el html compiler plugin para learnpack, asegúrate también de tener node.js 14+:
53
53
54
54
```bash
55
-
$ npm i learnpack -g
56
-
$ learnpack plugins:install learnpack-html
55
+
$ npm i @learnpack/learnpack -g
56
+
$ learnpack plugins:install @learnpack/html
57
57
```
58
58
59
59
2. Descarga estos ejercicios en particular usando learnpack y luego `cd` para entrar en la carpeta:
@@ -68,7 +68,7 @@ $ cd html-tutorial-exercises-course
68
68
3. Inicializa el tutorial/ejercicios ejecutando el siguiente comando en el mismo nivel donde se encuentra tu archivo learn.json:
69
69
70
70
```bash
71
-
$ npm i jest@24.8.0 -g
71
+
$ npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g
0 commit comments