【发布时间】:2017-05-10 15:47:16
【问题描述】:
我正在尝试编译https://github.com/kanatohodets/elixir_riak_core_ping。我安装了 erlang 18,elixir 版本是 1.3。
编译挂在下面一行并且没有继续:
Downloaded package, caching at /Users/navinnegi/.cache/rebar3/hex/default/packages/pc-1.4.0.tar
如果我停止并尝试再次运行 deps.compile,它将在行停止
Compiling parse_trans
但是,如果我删除位于 User/username/.cache 的 rebar3 文件夹,然后运行 deps.compile。编译再次卡在下一行
下载的包,缓存在/Users/navinnegi/.cache/rebar3/hex/default/packages/pc-1.4.0.tar
【问题讨论】:
标签: elixir elixir-mix rebar3