Ash FrameworkAF
Ash Framework3mo ago
5 replies
jasono

mix deps.compile failing for ash_authentication_phoenix

Here is the error message.

==> ash_authentication_phoenix

Unchecked dependencies for environment prod:

* stream_data (Hex package)

  the dependency build is outdated, please run "MIX_ENV=prod mix deps.compile"

* decimal (Hex package)

  could not find an app file at "e:/Data/elixir-stuff/my_app/_build/dev/lib/decimal/ebin/de

cimal.app". This may happen if the dependency was not yet compiled or the dependency indeed has no app

file (then you can pass app: false as option)


It's odd that it says "MIX_ENV=prod" as I'm running this mix command with MIX_ENV=dev.

I made sure to delete _build before running the mix deps.compile.
Was this page helpful?