You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 10, 2026. It is now read-only.
Dependencies have diverged:
* live_view_native (Hex package)
the dependency live_view_native in mix.exs is overriding a child dependency:
> In mix.exs:
{:live_view_native, "~> 0.4.0-rc.1", [env: :prod, hex: "live_view_native", repo: "hexpm"]}
> In deps/live_view_native_jetpack/mix.exs:
{:live_view_native, [env: :prod, git: "https://github.com/liveview-native/live_view_native.git", branch: "main", override: true]}
Ensure they match or specify one of the above in your deps and set "override: true"
** (Mix) Can't continue due to errors on dependencies