elixir
elixir copied to clipboard
`mix deps.tree` hangs
Elixir and Erlang/OTP versions
Erlang/OTP 27 [erts-15.0] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit]
Elixir 1.17.1 (compiled with Erlang/OTP 27)
Operating system
Mac OS
Current behavior
After installing 1.17.1 (from 1.17.0) I ran mix deps.tree immediatelly. It just hang. Running mix then asked me to install hex and compiled the project. Running mix deps.tree afterwards worked as expected.
Expected behavior
The mix task detecting what made it hang and either reporting that to the user or solving it.