GoogleCloudPlatform/nodejs-getting-started

Tutorial 2-structured-data doesn't display properly out of the box

ATGardner opened this issue · 2 comments

After npm install and npm start, when I tried accessing the webpage, I kept getting
"Cannot read property 'start' of undefined"

After some digging around, I updated the dependency on
"pug": "2.0.0-rc.4"
to
"pug": "2.0.0"

and everything works fine now.

Thanks for reporting! I'll update pug as soon as I have the CI running again.

Thanks for raising the issue, we updated the pug dependency.