将应用程序部署到Heroku

时间:2013-08-17 08:37:38

标签: javascript node.js heroku

我遇到了这个存储库:https://github.com/hatnote/rcmap并且看到代码中的大多数文件都是.js文件。它还在static文件夹下有main.js. 我对node.js有非常基本的了解,所以我尝试在Heroku中部署它来克隆github文件夹。

但是,它失败并显示没有检测到Cedar应用程序的消息。

!Push rejected, no Cedar-supported app detected

To git@heroku.com:stark-mesa-4834.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:stark-mesa-4834.git'

我错过了什么?是否需要一些额外的文件?或者这个repo无法部署到Heroku?

1 个答案:

答案 0 :(得分:0)

Heorku仅通过节点打包模块(NPM)package.json文件识别Node.js应用程序。看起来您尝试部署的应用程序不使用NPM。

见: