> 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:camera@1.3.0
=> Errors while adding packages:
While selecting package versions:
error: Conflict: Constraint isobuild:cordova@5.4.0 is not satisfied by isobuild:cordova 5.2.0.
Constraints on package "isobuild:cordova":
* isobuild:cordova@5.4.0 <- mdg:camera 1.3.0
所以我想我需要弄清楚哪个包依赖isobuild:cordova 5.2.0
并升级/编辑它确实使用5.4.0
?