-
Notifications
You must be signed in to change notification settings - Fork 586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
heroku autobuild: Build fails with no apparent issue. #136
Comments
When switching to the heroku/nodejs buildpack it will successfully build but doesn't run because it can't find meteor. it also reads the package.json and uses the node and npm version from that. |
When you say "failing", do you mean the build is hanging or timing out? What is the symptom you're seeing that lets you know that it's failing? Are there no lines output during the build after what you included, and nothing pertinent in |
What I get from tail the heroku logs
|
What are the contents of |
Interesting, that error is one I'd expect to see from attempting to launch a meteor app targeting 1.4+ (which requires node v4) with node v0.10. The problem is that node is not finding Can you please share a listing of the whole build, which would help indicate things like what version of nodejs is being found and used by the bundler? (As a side note: if you're invoking |
Thank you, I'm still green in this meteor space, so it's |
From within the project where you are building to heroku, could you please run:
This will indicate the version of node that the slug will be using to attempt to launch your built app. |
I don't know if this is an issue or not. I wasn't using heroku remote to push my builds out. I just had the master branch connected to my heroku app to automatically build. Anyway that comes back with a
|
It seems clear the app is being bundled by the correct version of node, but it's being run by something else. Again, could you please include the full build output? That would include things like the moment when the build script copies nodejs to Do you have something in place that changes the way the built app is executed? e.g. some replacement for the buildpack's |
I haven't consciously changed the build app execution. I'm still at the follow directions stage. I've only had one buildpack installed at a time.
|
So I was able to get this deploy to work using |
Interesting, thanks. I hadn't tried using heroku autobuilds before, and you're the first to report an issue; so I'll leave this issue open and explore whether support for that is something that would be reasonable for us to add. |
Hi,
Recently(past few days) my builds have started failing. I can't find any failures in the logs, or at least anything to me that looks like an error. These are the last few line of the log that I see with verbose turned on:
I'm pretty new to all this so I'm not sure exactly what I should be looking for, things that may be of help. Locally I am on node 6.1.0 and npm 3.8.6 the build is npm 3.10.5 and node 4.4.7.
The text was updated successfully, but these errors were encountered: