【发布时间】:2015-12-19 23:12:48
【问题描述】:
我试图在 Mac 上的 elixir 中启动我的混音项目。该项目在 CentOS 上运行良好。 错误如下所示:
_build/dev/lib/<project_name>/ebin/Elixir.Mix.Tasks.Proddata.beam failed: :badfile
** (Mix) Could not start application exq: Exq.start(:normal, []) returned an error:
shutdown: failed to start child: Exq.Manager
** (EXIT) {:connection_error, {:connection_error, :econnrefused}}
我尝试从 brew 更新我的 erlang 版本,但没有帮助。我也尝试过清理依赖项。我正在使用
Erlang/OTP 18 [erts-7.0.3] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
和 Elixir 1.0.5。
【问题讨论】:
-
尝试删除整个 _build 目录树并重新编译。
-
@FredtheMagicWonderDog 试过了,没用
标签: macos elixir phoenix-framework elixir-iex