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
I've been having issues today with librarian-puppet not being able to resolve some perceived version conflict. When I was running librarian-puppet at first I was doing so without the --verbose flag and got this output:
$ librarian-puppet install
Could not resolve the dependencies.
The above is totally useless and I was forced to rerun the entire dependency resolution again with librarian-puppet install --verbose in order to see what was happening.
I would argue that the error output should include the specific lines of text telling users what version conflicts were found, even though the whole --verbose output is not shown.
The text was updated successfully, but these errors were encountered:
I've been having issues today with librarian-puppet not being able to resolve some perceived version conflict. When I was running librarian-puppet at first I was doing so without the
--verbose
flag and got this output:The above is totally useless and I was forced to rerun the entire dependency resolution again with
librarian-puppet install --verbose
in order to see what was happening.I would argue that the error output should include the specific lines of text telling users what version conflicts were found, even though the whole
--verbose
output is not shown.The text was updated successfully, but these errors were encountered: