過去 6 か月間、これらのビルドパックを使用してきましたが、問題はありませんでした。
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 とすべての meteoite パッケージがインストールされた直後に発生します。
問題を 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