Closed steffenix closed 5 months ago
Elixir:
# elixir -v Elixir 1.16.0
Erlang:
# erl -v Erlang/OTP 26
Scenic:
# mix deps | grep scenic 0.11.1
# mix deps | grep nerves v1.10.5
mix deps.get
The dependencies should install
The dependencies won't install because of a conflict with the elixir_make version.
elixir_make
For people having this issue, I have for now solved it by forcing elixir_make v0.7.8`.
Versions and Environment
Elixir:
Erlang:
Scenic:
Steps to reproduce
mix deps.get
Expected Behavior
The dependencies should install
Actual Behavior
The dependencies won't install because of a conflict with the
elixir_make
version.Additional Comments
For people having this issue, I have for now solved it by forcing
elixir_make
v0.7.8`.