小编noo*_*040的帖子

尝试将Node.js项目部署到Google应用引擎时出错

我正在尝试将我的node.js项目部署到我的App Engine项目.我使用的命令是gcloud preview app deploy app.yaml.

这是我的app.yaml文件:

runtime: nodejs
vm: true
skip_files:
  - ^(.*/)?.*/node_modules/.*$
Run Code Online (Sandbox Code Playgroud)

这是我得到的错误: ERROR: (gcloud.preview.app.deploy) We were unable to detect the runtime to use for this application. Please specify the [runtime] field in your application yaml file or check that your application is configured correctly.

我很确定我已经正确设置了项目,并且还有gcloud init我的gcloud CLI.

任何帮助都将不胜感激!

编辑:

$ gcloud --version
Google Cloud SDK 99.0.0

bq 2.0.18
bq-nix 2.0.18
core 2016.02.26
core-nix 2016.02.05
gcloud 
gsutil 4.17
gsutil-nix 4.15

$ gcloud components list …
Run Code Online (Sandbox Code Playgroud)

google-app-engine node.js gcloud

5
推荐指数
1
解决办法
1983
查看次数

标签 统计

gcloud ×1

google-app-engine ×1

node.js ×1