Closed michaelklishin closed 2 years ago
A couple of issues :
If you have rebar3_hex declared as a global plugin you can try rebar3 as global plugins upgrade rebar3_hex
You might need to blow the cache away.
Thanks @starbelly.
rm -rf ~/.cache/rebar3
and
rebar3 as global plugins upgrade rebar3_hex
seem to have helped. Sorry about the noise!
No worries! Not noise to me 😁 ❤️
From what I can tell, the binary release of this project contains modules compiled with Erlang/OTP 21. Otherwise I cannot explain why this is the only plugin that Rebar 3.18.1 cannot load on Erlang 25.0-rc.2. The failure is as follows:
A more complete output:
Would it be possible to produce a version built on Erlang 22? 21 is pretty retro, modern Elixir is tested on 23+ and Rebar 3 itself on 22+.