heroku / heroku-buildpack-emberjs

**This buildpack is deprecated!** Please use the official Node.js buildpack combined with the static or nginx buildpack instead.
71 stars 28 forks source link

vendor/buildpack: No such file or directory #52

Closed bmfay closed 6 years ago

bmfay commented 6 years ago

My deploy is failing with the following error:

App not compatible with buildpack: https://github.com/heroku/heroku-buildpack-emberjs /app/tmp/buildpacks/4a224f97f06262bbd678a0d053b49c071e5318ae2caf502d00cb161406d6469e14c25b451d5545f9693070a155b3339089cafa7eed94b6e26f92c72f61cedff6/bin/detect: line 5: /app/tmp/buildpacks/4a224f97f06262bbd678a0d053b49c071e5318ae2caf502d00cb161406d6469e14c25b451d5545f9693070a155b3339089cafa7eed94b6e26f92c72f61cedff6/vendor/buildpack: No such file or directory

Line 5 of bin/detect is: $BP_DIR/vendor/buildpack detect $1

I'm having trouble making sense of this as it doesn't seem to be a detection error (and I believe I meet all the detection requirements). The only idea I have is that maybe adding the buildpack via Heroku web UI somehow is pulling in different code than installing it via heroku CLI somehow. Is that possible? Thanks.

bmfay commented 6 years ago

Was able to resolve this by installing it via heroku CLI.