Skip to content

errata: compilation #4

@profnandaa

Description

@profnandaa

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions