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
Now nginx has apt/~>2.2 dependency, and therefore librarian-chef install fails with Could not resolve dependencies because apt/~>4.0.1 conflicts with apt/~>2.2.
So. is it possible to specify which dependency version to install, when there're any conflicts between cookbooks dependencies?
The text was updated successfully, but these errors were encountered:
Let's say I have the following cookbooks in my
Chffile
Now
nginx
hasapt/~>2.2
dependency, and thereforelibrarian-chef install
fails withCould not resolve dependencies
becauseapt/~>4.0.1
conflicts withapt/~>2.2
.So. is it possible to specify which dependency version to install, when there're any conflicts between cookbooks dependencies?
The text was updated successfully, but these errors were encountered: