Failed to fetch record for phoenix from registry (using cache instead)
:timeout
Failed to fetch record for phoenix_ecto from registry (using cache instead)
:timeout
:timeout
Failed to fetch record for floki from registry (using cache instead)
** (Mix) No package with name phoenix (from: mix.exs) in registry
The errors are not consistent:
$ mix local.hex
Found existing entry: /Users/eshnil/.asdf/installs/elixir/1.14.1-otp-25/.mix/archives/hex-2.0.0
Are you sure you want to replace it with "https://repo.hex.pm/installs/1.14.0/hex-2.0.0.ez"? [Yn] Y
* creating /Users/eshnil/.asdf/installs/elixir/1.14.1-otp-25/.mix/archives/hex-2.0.0
$ mix deps.get
Failed to fetch record for phoenix from registry (using cache instead)
:timeout
:timeout
Failed to fetch record for phoenix_html from registry (using cache instead)
** (Mix) No package with name phoenix (from: mix.exs) in registry
Creating new Phoenix application:
Prints the following:
The errors are not consistent:
Here's the
deps
section inmix.exs
file: