【发布时间】:2014-12-25 15:26:36
【问题描述】:
伙计们。
我刚刚开始学习如何使用 AWS Elastic Beanstalk 部署节点 js 应用程序,我在tutorial 中陷入了这一部分:
From the directory where you created your local repository, type the following command:
eb start
Once the environment status is Green, AWS Elastic Beanstalk will output a URL for the application
在过程结束时,我得到:
INFO Command execution completed on all instances. Summary: Successful: 0, Failed: 1.
并且没有返回任何 URL。
在网络面板中,我在日志条目中有以下内容:
ERROR Create environment operation is complete, but with errors. For more information, see troubleshooting documentation
可能发生了什么?我是 AWS 技术的初学者,我完全迷路了!以下是最后 100 行日志:http://pastebin.com/r2wDUP1L
它似乎在尝试 npm install express 时崩溃了...有人可以帮帮我吗?
【问题讨论】:
标签: node.js amazon-web-services amazon-elastic-beanstalk