File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ Clone the repository in your local environment and follow the steps below:
51511 . Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 14+:
5252
5353``` sh
54- $ npm i learnpack -g
55- $ learnpack plugins:install learnpack- html
54+ $ npm i @learnpack/ learnpack -g
55+ $ learnpack plugins:install @ learnpack/ html
5656```
5757
58582 . Download these particular exercises using learnpack and ` cd ` into the folder:
@@ -67,7 +67,7 @@ $ cd html-tutorial-exercises-course
67673 . Start the tutorial/exercises by running the following command at the same level where your learn.json file is:
6868
6969``` sh
70- $ npm i jest@24.8 .0 -g
70+ $ npm i jest@29.7 .0 jest-environment-jsdom@29.7.0 -g
7171$ learnpack start
7272```
7373
You can’t perform that action at this time.
0 commit comments