This repository contains the starter code for the Building Web Applications with hapi course on Pluralsight.com.
Please use hapi version 8.x for this course. There are some breaking changes in version 9 that will make pieces of the course demo not work. Some examples of this are the need to include inert and vision for returning static files or views.
To install a version of hapi that works for this course, use the following syntax when installing:
npm install [email protected] --save
Also, the hapi-auth-cookie
package also has some newer breaking changes. Install the specific used in this course with this command:
npm install [email protected] --save