gcloud app deploy fails with flexible environment
问题 I've tried the hello world example with nodejs and php and both the standard environments work fine. But both examples using the flexible give the same error when I use 'gcloud app deploy': ERROR: gcloud crashed (TypeError): '>' not supported between instances of 'NoneType' and 'int' Works: https://cloud.google.com/nodejs/getting-started/hello-world https://cloud.google.com/appengine/docs/standard/php7/quickstart Fails: https://cloud.google.com/appengine/docs/flexible/nodejs/quickstart https: