heroku-buildpack-elm
heroku-buildpack-elm copied to clipboard
elm-package: command not found
Hello
I getting the following trying to push my elm app:
Total 374 (delta 189), reused 352 (delta 179) remote: Compressing source files... done. remote: Building source: remote: remote: -----> Elm app detected remote: - no cache detected remote: /app/tmp/buildpacks/30b096e602f75c755d3d3741a5a76a1097cec2e262a047aa7238b07ca9859920f61ee5a78801d1c559f26c4bfd60b3a67abb7c9ad9ed3550e3677bd91b04b5c5/bin/compile: line 30: elm-package: command not found remote: cp: cannot stat ‘/tmp/build_e1b6be76d4557c7a367d956c3953ae89/elm-stuff’: No such file or directory remote: ! Push rejected, failed to compile Elm app. remote: remote: ! Push failed remote: Verifying deploy.... remote: remote: ! Push rejected to arcane-shore-22085. remote: To https://git.heroku.com/arcane-shore-22085.git
I wonder if this is unique to your Heroku app (perhaps corrupt cache).
What happens if you deploy it as a new Heroku app?
I too am seeing the same problem of late.