How to determine which package has a particular dependency constraint?

137 views Asked by At
> meteor update
The following top-level dependencies were not updated to the very latest version available:
 * mdg:camera 1.2.0 (1.3.0 is available)     

> meteor add mdg:[email protected]
 => Errors while adding packages:             

While selecting package versions:
error: Conflict: Constraint isobuild:[email protected] is not satisfied by isobuild:cordova 5.2.0.
Constraints on package "isobuild:cordova":
* isobuild:[email protected] <- mdg:camera 1.3.0

So I think I need to figure out which package depends on isobuild:cordova 5.2.0 and upgrade/edit it do use 5.4.0?

0

There are 0 answers