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
This is the error I received after running mix deps.get
Failed to use "phoenix_html" (version 3.1.0) because
phoenix_ecto (version 4.4.0) requires ~> 2.14.2 or ~> 3.0
phoenix_live_view (version 0.16.4) requires ~> 3.0
phoenix_oauth2_provider (version 0.5.1) requires ~> 2.0
pow (version 1.0.26) requires >= 2.0.0 and < 4.0.0
mix.lock specifies 3.1.0
** (Mix) Hex dependency resolution failed, change the version requirements of your dependencies or unlock them (by using mix deps.update or mix deps.unlock). If you are unable to resolve the conflicts you can try overriding with {:dependency, "~> 1.0", override: true}
The text was updated successfully, but these errors were encountered:
This is the error I received after running
mix deps.get
The text was updated successfully, but these errors were encountered: