Error with 1.14
meatball133 opened this issue · 3 comments
meatball133 commented
Get following error when trying to install elixir 1.14 or 1.14.1:
{"init terminating in do_boot",{undef,[{elixir,start_cli,[],[]},{init,start_em,1,[{file,"init.erl"},{line,1211}]},{init,do_boot,3,[{file,"init.erl"},{line,909}]}]}}
init terminating in do_boot ({undef,[{elixir,start_cli,[],[]},{init,start_em,1,[{_},{_}]},{init,do_boot,3,[{_},{_}]}]})
josevalim commented
What is your Erlang version? Can you try OTP 25 or later?
meatball133 commented
That fixed it thanks, although would probably be nice with a bit better error message.
josevalim commented
@meatball133 PR submitted here to improve the error messages :) erlang/otp#6372