** (Mix) No package with name exile (from: mix.exs) in registry

$ mix deps.get
Failed to fetch record for 'hexpm/exile' from registry (using cache instead)
This could be because the package does not exist, it was spelled incorrectly or you don't have permissions to it
** (Mix) No package with name exile (from: mix.exs) in registry

Goal:

Include Exile as a dependency.
{:exile, "~> 0.1.0"} was added to deps in the project’s mix file. Solutions?

this package doesn’t seem to be published on hex.pm so you won’t be able to download it this way, but you can add it as a GitHub dependency: {:exile, github: "akash-akya/exile"}.

3 Likes