File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,17 +35,17 @@ You can open these exercises in just a few seconds by clicking: [Open in Codespa
35
35
36
36
[ Clone the repository] ( https://4geeks.com/how-to/github-clone-repository ) in your local environment and follow the steps below:
37
37
38
- 1 . Install LearnPack, the package manager for learning tutorials and the node compiler plugin for learnpack, make sure you also have node.js 14 :
38
+ 1 . Install LearnPack, the package manager for learning tutorials and the node compiler plugin for learnpack, make sure you also have node.js 16+ :
39
39
40
40
``` bash
41
- $ npm i learnpack -g
41
+ $ npm i @learnpack/ learnpack -g
42
42
$ learnpack plugins:install learnpack-node
43
43
```
44
44
45
45
2 . Start the tutorial/exercises by running the following command at the same level where your learn.json file is:
46
46
47
47
``` bash
48
- $ npm i jest@24.8 .0 -g
48
+ $ npm i jest@29.7 .0 -g
49
49
$ learnpack start
50
50
```
51
51
<!-- endhide -->
You can’t perform that action at this time.
0 commit comments