0

過去 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

4

1 に答える 1

2

この問題と同じもののようです https://github.com/oortcloud/heroku-buildpack-meteorite/issues/13

私はビルドパックをフォークし、それを隕石バージョン 5.1 に修正しました。

https://github.com/nate-strauser/heroku-buildpack-meteorite


更新: 問題は解決されました。公式のビルド パックに戻りました - https://github.com/oortcloud/heroku-buildpack-meteorite

于 2013-06-24T13:47:29.627 に答える