complete-intro-to-containers
complete-intro-to-containers copied to clipboard
more-complicated-nodejs-app: Pin hapi packages version numbers
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