> 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
か?