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
After following the instructions...I ran mix reps.get & I got:
Running dependency resolution...
Failed to use "phoenix" (version 1.3.0-rc.3) because
apps/insc_web/mix.exs requires ~> 1.3.0-rc
phoenix_live_reload (version 1.0.8) requires ~> 1.0 or ~> 1.2-rc
torch (version 1.0.0-rc.5) requires ~> 1.2 *
* This requirement does not match pre-releases. To match pre-releases include a pre-release in the requirement, such as: "~> 2.0-beta".
** (Mix) Hex dependency resolution failed, relax 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:
After following the instructions...I ran
mix reps.get
& I got:The text was updated successfully, but these errors were encountered: