I execute command mix test, but get following error
** (Mix) Could not start application phoenix_live_reload: could not find application file: phoenix_live_reload.app
Many thanks for your reply.
There’s something wrong with your setup as phoenix_live_reload by default is a :dev only dependency. Make sure you didn’t change that in mix.exs. You could also see if the issue persists when deleting _build.
Many thanks for your reply, I fix the issue after removing my local archive.