We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there, I was attempting to use this project in an erlang project using rebar3.
I tried a few things to work around the issue but kept running into:
===> Dep castore has invalid version ~> 0.1 or ~> 1.0
Adding castore as a dependency or specifying the castore version fixed the issue.
I don't often try installing elixir packages with rebar3 so perhaps there is something I'm missing.
Installation via mix works fine.
The text was updated successfully, but these errors were encountered:
Hi @fancycade, currently evision needs to be a git dependency in other projects. It'll be available as a hex dependency once #210 is done :)
Sorry, something went wrong.
No branches or pull requests
Hi there, I was attempting to use this project in an erlang project using rebar3.
I tried a few things to work around the issue but kept running into:
Adding castore as a dependency or specifying the castore version fixed the issue.
I don't often try installing elixir packages with rebar3 so perhaps there is something I'm missing.
Installation via mix works fine.
The text was updated successfully, but these errors were encountered: