我从谷歌 Cloud 下载了最新的hello world node js app .

我可以使用npm start在本地运行应用程序,然后访问localhost:8080,我看到应用程序在运行 .

我还创建了一个项目并拥有项目ID . 我也像教程建议的那样启用了结算功能 .

这是我正在遵循的教程:https://cloud.google.com/nodejs/getting-started/hello-world

I then go to deploy the app with this command in the google cloud sdk:

gcloud预览应用程序部署app.yaml --promote

I then can this message in my console and its not very helpful:

enter image description here

This is the tutorial part I'm following:

enter image description here

Then this is the screen I get when I visit the website on the google cloud instance (It should say hello world):

enter image description here