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
Because _ depends on a which depends on b ^1.0.0, b ^1.0.0 is required.
So, because _ depends on b, version solving failed.
Maybe we could improve the pub get error message when the constraint issue point to a package from the workspace?
Such as:
Because A depends B ^1.0.0 from workspace, B ^1.0.0 is required.
Because B from workspace has no version, no B ^1.0.0 version is found.
So, because A depends on B, version solving failed
The text was updated successfully, but these errors were encountered:
With a workspace containing a and b:
Then, inside A, I tried to depend on B with:
But got:
Maybe we could improve the
pub get
error message when the constraint issue point to a package from the workspace?Such as:
The text was updated successfully, but these errors were encountered: