Skip to content

Instantly share code, notes, and snippets.

@dakoctba
Created October 14, 2021 17:13
Show Gist options
  • Save dakoctba/baeddc7487364b617d2b129162059346 to your computer and use it in GitHub Desktop.
Save dakoctba/baeddc7487364b617d2b129162059346 to your computer and use it in GitHub Desktop.

if you receive the follow message:

could not compile dependency :argon2_elixir, "mix compile" failed. You can recompile this dependency with "mix deps.compile argon2_elixir", update it with "mix deps.update argon2_elixir" or clean it with "mix deps.clean argon2_elixir"

...just install build-essential

sudo apt-get install build-essential
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment