Angularjs Yeoman部署在heroku不';行不通

Angularjs Yeoman部署在heroku不';行不通,angularjs,heroku,yeoman,Angularjs,Heroku,Yeoman,我在heroku上的部署有问题,我在yeoman有一个应用程序是angularjs应用程序,这是heroku日志: 2016-02-09T01:58:17.951509+00:00 heroku[web.1]: Starting process with command `node app.js` 2016-02-09T01:58:19.647127+00:00 app[web.1]: module.js:341 2016-02-09T01:58:19.647138+00:00 app[web.

我在heroku上的部署有问题,我在yeoman有一个应用程序是angularjs应用程序,这是heroku日志:

2016-02-09T01:58:17.951509+00:00 heroku[web.1]: Starting process with command `node app.js`
2016-02-09T01:58:19.647127+00:00 app[web.1]: module.js:341
2016-02-09T01:58:19.647138+00:00 app[web.1]:     throw err;
2016-02-09T01:58:19.647139+00:00 app[web.1]:     ^
2016-02-09T01:58:19.647141+00:00 app[web.1]: Error: Cannot find module '/app/app.js'
2016-02-09T01:58:19.647140+00:00 app[web.1]: 
2016-02-09T01:58:19.647142+00:00 app[web.1]:at Function.Module._resolveFilename (module.js:339:15)
2016-02-09T01:58:19.647142+00:00 app[web.1]:     at Function.Module._load (module.js:290:25)
我有一个文件

web: node app.js
我删除了.git文件中的dist

更新:现在我可以看到一个空白页,但仅此消息:

无法获取/

在我的heroku日志中是这样的:

2016-02-09T03:54:53.259242+00:00 heroku[web.1]: Starting process with command `node web.js`
2016-02-09T03:54:55.427994+00:00 app[web.1]: module.js:341
2016-02-09T03:54:55.428078+00:00 app[web.1]:     throw err;
2016-02-09T03:54:55.428091+00:00 app[web.1]:     ^
2016-02-09T03:54:55.428114+00:00 app[web.1]: Error: Cannot find module 'logfmt'
我正在寻找不同的解决方案,但我找不到正确的答案

谢谢你的时间和问候