我試圖將使用rebar3構建的REST API示例轉換爲rebar3版本(http://jordenlowe.com/title/Explain_like_I_am_5_-_Erlang_REST_Framework_Cowboy)。我已將jsx
添加到app.src
。 這可能是什麼原因?還有什麼我需要做更多的時候做這個rebar3版本?rebar3:依賴關係無法訪問
出現此錯誤。
===> Failed to solve release:
Dependency jsx is specified as a dependency but is not reachable by the system.
'rebar3'的合着者在erlang-questions郵件列表中發佈了[答案](http://erlang.org/pipermail/erlang-questions/2016-January/087490.html)。 –