我遵循了Weber Quick start,但该命令mix deps.get && mix compile --all --force && ./start.sh
导致以下输出:
** (Mix) Could not start application myweber: {:bad_return, {{Myweber, :start, [:normal,
[]]}, {:EXIT, {:undef, [{Cowboy, :start, 2, []}, {Weber, :start, 2, [file:
'/Users/jonas/code/myweber/deps/weber/lib/weber.ex', line: 49]}, {:application_master,
:start_it_old, 4, [file: 'application_master.erl', line: 269]}]}}}}
对于如何解决这个问题,有任何的建议吗?