Note that there are some explanatory texts on larger screens.

plurals
  1. POHeroku meteorite buildpack bug, any alternatives?
    primarykey
    data
    text
    <p>I've used those buildpacks for the last six months, and never had any issues:</p> <p><a href="https://github.com/oortcloud/heroku-buildpack-meteorite" rel="nofollow">https://github.com/oortcloud/heroku-buildpack-meteorite</a><br> <a href="https://github.com/cwaring/heroku-buildpack-meteorite-phantomjs" rel="nofollow">https://github.com/cwaring/heroku-buildpack-meteorite-phantomjs</a></p> <p>Now I'm getting this error when I'm trying to push my apps:</p> <pre><code> 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 </code></pre> <p>The error occures right after Meteor and all meteroite packages have been installed.</p> <p>I've posted the <a href="https://github.com/oortcloud/heroku-buildpack-meteorite/issues/17" rel="nofollow">issue to github</a>.</p> <p><strong>So, can anyone recommend a working alternative to these buildpacks for temp use til this gets fixed?</strong></p> <p><strong>EDIT:</strong></p> <p>To replicate my error, do this in your terminal: <code>mrt create buildpack-test &amp;&amp; cd buildpack-test/ &amp;&amp; git init &amp;&amp; heroku create --remote staging --stack cedar --buildpack https://github.com/oortcloud/heroku-buildpack-meteorite.git &amp;&amp; git add -A &amp;&amp; git commit -m 'Init' &amp;&amp; git push staging master</code></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload