【发布时间】:2013-05-02 05:19:54
【问题描述】:
我一直在 Elastic Beanstalk 上使用 Node.js,但是在部署基于咖啡脚本的应用程序时遇到了障碍。
我注意到NodeCommand 参数,控制台说,它将尝试app.js 然后server.js 然后npm start 之后我修改了我的package.json 有这个部分
"scripts": {
"start": "coffee app.coffee"
}
如果失败了,我还将NodeCommand 配置为coffee app.coffee 无济于事。
有没有办法在 Elastic Beanstalk 上运行咖啡脚本应用程序?
【问题讨论】:
标签: amazon-web-services coffeescript amazon-elastic-beanstalk