Node version: v8.11.2
GCloud Environment: Standard
Following tutorial Quickstart for Node.js in the App Engine standard environment application execution fails with error Cannot find module 'debug'
Evening after adding debug dependency and redeploying
"dependencies": { "debug": "^3.1.0", "express": "^4.16.3" },