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 running through your readme setup, after running mix ecto.setup (updating didn't work)
I get following errors:
could not compile dependency :ssl_verify_fun, "mix compile" failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile ssl_verify_fun --force", update it with "mix deps.update ssl_verify_fun" or clean it with "mix deps.clean ssl_verify_fun"
could not compile dependency :ecto, "mix compile" failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile ecto --force", update it with "mix deps.update ecto" or clean it with "mix deps.clean ecto
The text was updated successfully, but these errors were encountered:
Apologies for the late response, I did not receive an email from GitHub about this issue, so just noticed it now.
I have just checked on a new clone and everything seems to be working for me. However I noticed the setup instructions are slightly out of date, so I have update them. Things have changed a lot in this repo since May, so it's possible you were seeing the issue then but it might have been resolved since.
After running through your readme setup, after running mix ecto.setup (updating didn't work)
I get following errors:
could not compile dependency :ssl_verify_fun, "mix compile" failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile ssl_verify_fun --force", update it with "mix deps.update ssl_verify_fun" or clean it with "mix deps.clean ssl_verify_fun"
could not compile dependency :ecto, "mix compile" failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile ecto --force", update it with "mix deps.update ecto" or clean it with "mix deps.clean ecto
The text was updated successfully, but these errors were encountered: