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
mix deps.get
...
...
* Updating cowlib (Hex package)
** (Mix) The lock is missing for package cowlib. This could be because another
package has configured the application name for the dependency incorrectly.
Verify with the maintainer of the parent application
When I use v1.1.0 the deps work fine.
The text was updated successfully, but these errors were encountered:
I think it's likely that another dependency also relies on cowlib and since you are using git urls and tags instead of releases/versions it can't resolve which version to use in the lock file?
This works for me, if I define the deps like this (elixir):
When using tag
v1.1.1
I get this error:When I use
v1.1.0
the deps work fine.The text was updated successfully, but these errors were encountered: