Relative Content

Tag Archive for elixirphoenix-framework

Why is Elixir `mix` asking me to install the same version of `hex` with an `.ez` at the end?

Main Question I’m brand new to Elixir, so I don’t know how to answer this question from mix local.hex: $ mix local.hex Found existing entry: /home/civfan/.asdf/installs/elixir/1.17.2-otp-27/.mix/archives/hex-2.1.1 Are you sure you want to replace it with “https://builds.hex.pm/installs/1.16.0/hex-2.1.1.ez”? [Yn] I’m confused — why is it asking to install hex-2.1.1.ez over hex-2.1.1? Does it matter? Grasping I figure […]