【发布时间】:2023-03-10 04:53:01
【问题描述】:
在尝试将 Phoenix/Elm 项目部署到 Heroku 时,我遇到了以下问题:
Running default compile
Elm compile: Main.elm, in web/elm, to ../static/vendor/main.js
/bin/sh: 1: elm: not found
17 Jul 15:58:21 - error: Compiling of web/elm/Main.elm failed. Command failed: elm make --yes --output ../static/vendor/main.js Main.elm
/bin/sh: 1: elm: not found
Check your digested files at "priv/static"
我正在使用 the guides 和 brunch/elm-brunch 中的 Phoenix 构建包。
【问题讨论】:
标签: heroku phoenix-framework elm