Skip to content

Commit 5c72a7d

Browse files
authored
Update README.md
1 parent ed263f2 commit 5c72a7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ You can open these exercises in just a few seconds by clicking: [Open in Codespa
3535

3636
[Clone the repository](https://4geeks.com/how-to/github-clone-repository) in your local environment and follow the steps below:
3737

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+:
3939

4040
```bash
41-
$ npm i learnpack -g
41+
$ npm i @learnpack/learnpack -g
4242
$ learnpack plugins:install learnpack-node
4343
```
4444

4545
2. Start the tutorial/exercises by running the following command at the same level where your learn.json file is:
4646

4747
```bash
48-
$ npm i jest@24.8.0 -g
48+
$ npm i jest@29.7.0 -g
4949
$ learnpack start
5050
```
5151
<!-- endhide -->

0 commit comments

Comments
 (0)