无法部署 Telescope
Unable to Deploy Telescope
我真的很陌生,但我一直在尝试通过 Meteor 将 Telescope 部署到我的 Digital Ocean 帐户。请帮忙。我碰壁了。
我已经成功地完成了 mup 设置。
但是,当我进行 mup 部署时,我遇到了失败。
我很好奇我的文件夹和文件设置是否正确。
当我输入 "mup setup" 时,我在 root/projectname。 mup.json 和 setting.json 在该文件夹中。然后我的应用程序在 "appname" 下有一个文件夹,其中只有 .meteor 文件。
mup.json 编辑到 "app" 的位置:"appname"、
下面是错误,
****gyp info spawn args '-Dmodule_root_dir=/opt/deploythisbook/tmp/bundle/programs/server/npm/npm-bcrypt/node_modules/bcrypt',
gyp info spawn args '--depth=.',
gyp info spawn args '--no-parallel',
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.' ]
gyp info spawn make
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
gyp info ok
npm WARN package.json meteor-dev-bundle@0.0.0 No description
npm WARN package.json meteor-dev-bundle@0.0.0 No repository field.
npm WARN package.json meteor-dev-bundle@0.0.0 No README data
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to localhost port 80: Connection refused
Latest deployment failed! Reverted back to the previous version.****
在部署时在另一个终端 window 中尝试 运行 mup logs -f
。这可能会给您一些关于实际问题的指示。一个常见的问题是在 mup.json
中配置了错误的节点版本。
我真的很陌生,但我一直在尝试通过 Meteor 将 Telescope 部署到我的 Digital Ocean 帐户。请帮忙。我碰壁了。
我已经成功地完成了 mup 设置。
但是,当我进行 mup 部署时,我遇到了失败。
我很好奇我的文件夹和文件设置是否正确。
当我输入 "mup setup" 时,我在 root/projectname。 mup.json 和 setting.json 在该文件夹中。然后我的应用程序在 "appname" 下有一个文件夹,其中只有 .meteor 文件。
mup.json 编辑到 "app" 的位置:"appname"、
下面是错误,
****gyp info spawn args '-Dmodule_root_dir=/opt/deploythisbook/tmp/bundle/programs/server/npm/npm-bcrypt/node_modules/bcrypt',
gyp info spawn args '--depth=.',
gyp info spawn args '--no-parallel',
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.' ]
gyp info spawn make
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
gyp info ok
npm WARN package.json meteor-dev-bundle@0.0.0 No description
npm WARN package.json meteor-dev-bundle@0.0.0 No repository field.
npm WARN package.json meteor-dev-bundle@0.0.0 No README data
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to localhost port 80: Connection refused
Latest deployment failed! Reverted back to the previous version.****
在部署时在另一个终端 window 中尝试 运行 mup logs -f
。这可能会给您一些关于实际问题的指示。一个常见的问题是在 mup.json
中配置了错误的节点版本。