btholt / complete-intro-to-containers

The Complete Intro to Containers! As taught on Frontend Masters.
https://frontendmasters.com/courses/complete-intro-containers/
Other
941 stars 186 forks source link

more-complicated-nodejs-app: Pin hapi packages version numbers #66

Open pmwals09 opened 2 years ago

pmwals09 commented 2 years ago

As of July 2022, I ran into issues using the @latest versions of @hapi/hapi and hapi-pinto for the more-complicated-nodejs-app lesson. Pinning them to what is displayed in the lesson resolves the installation issues for those less familiar with NPM/Node