-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | |
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+: | ||
|
||
```bash | ||
$ npm i learnpack -g | ||
$ learnpack plugins:install learnpack-html | ||
$ npm i @learnpack/learnpack -g | ||
$ learnpack plugins:install @learnpack/html | ||
``` | ||
|
||
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 | |
3. Inicializa el tutorial/ejercicios ejecutando el siguiente comando en el mismo nivel donde se encuentra tu archivo learn.json: | ||
|
||
```bash | ||
$ npm i jest@24.8.0 -g | ||
$ npm i jest@29.7.0 [email protected].0 -g | ||
$ learnpack start | ||
``` | ||
|
||
|