-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
This issue will contain a compilation of all the errata discovered, and any other further guidance. However, be sure to check the main errata page here.
Page 7
Step 6 of Activity: Running Basic Node.js Code:
Typo, the file name should be maths.js and not math.js
Page 14
Step 4 of Activity: Using a Third-Party Package for the Previous math.js Code
There should be a space between lodash and --save, i.e.
npm install lodash --save
Page 24
This is a clarification. Since publishing of the book, Hapi upgraded to v17 (meaning there was a breaking change). For the code to run as is, you will need to specify the version of hapi and the other packages.
Step 5:
npm install hapi@16 --save
Page 31
Step 2 of Exercise 4: Setting up the Logger, specify the versions:
npm install good@7 good-console@6
Page 76
Step 1 of Exercise 22: Writing Basic Tests with Lab, specify the version:
npm install lab@15 --save-dev
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels