过去六个月我一直使用这些构建包,从未遇到过任何问题:
https://github.com/oortcloud/heroku-buildpack-meteorite
https://github.com/cwaring/heroku-buildpack-meteorite-phantomjs
现在,当我试图推送我的应用时,我收到了这个错误:
You must specify a Meteor version with --release when you work with this
project. It was created from an unreleased Meteor checkout and doesn't
have a version associated with it.
You can permanently set a release for this project with 'meteor update'.
tar: /app/tmp/repo.git/.cache/bundle.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Exiting with failure status due to previous errors
! Push rejected, failed to compile Meteor app app
在Meteor和所有meteroite软件包安装完成后,就会出现错误。
我发布了issue to github。
那么,是否有人可以推荐这些构建包的工作替代品以供临时使用,直到这个被修复?
修改
要复制我的错误,请在终端中执行以下操作:mrt create buildpack-test && cd buildpack-test/ && git init && heroku create --remote staging --stack cedar --buildpack https://github.com/oortcloud/heroku-buildpack-meteorite.git && git add -A && git commit -m 'Init' && git push staging master
答案 0 :(得分:2)
看起来和这个问题一样 https://github.com/oortcloud/heroku-buildpack-meteorite/issues/13
我已经将buildpack分叉并修复为陨石版本5.1,它似乎对我来说很好用
https://github.com/nate-strauser/heroku-buildpack-meteorite
更新:问题已经解决,我已切换回官方构建包 - https://github.com/oortcloud/heroku-buildpack-meteorite