【发布时间】:2013-09-27 15:36:26
【问题描述】:
我的应用程序同时依赖于 nodejs 和 phantomjs,我遵循三角函数Is there a working nodejs/phantomjs Heroku buildpack? 的答案。
但我被困如下:
creating young-thicket-8895... done, region is us
BUILDPACK_URL=http://github.com/ddollar/heroku-buildpack-multi.git
http://young-thicket-8895.herokuapp.com/ | git@heroku.com:young-thicket-8895.git
Git remote heroku added
Setting config vars and restarting young-thicket-8895... done, v4
PATH: /usr/local/bin:/usr/bin:/bin:/app/vendor/phantomjs/bin
Setting config vars and restarting young-thicket-8895... done, v5
LD_LIBRARY_PATH: /usr/local/lib:/usr/lib:/lib:/app/vendor/phantomjs/lib
Counting objects: 26, done.
Compressing objects: 100% (19/19), done.
Writing objects: 100% (26/26), 22.00 KiB, done.
Total 26 (delta 0), reused 0 (delta 0)
-----> Fetching custom git buildpack... done
-----> Multipack app detected
=====> Downloading Buildpack: http://github.com/heroku/heroku-buildpack-nodejs.git
这个过程停止了很长一段时间,然后
! Push rejected, failed to compile Multipack app
【问题讨论】:
-
.buildpacks文件的内容是什么?
标签: node.js heroku phantomjs buildpack