meteor / mobile-packages

Meteor packages that provide functionality on mobile and desktop via Cordova plugins.
Other
339 stars 153 forks source link

Upgrading to Meteor 1.2 is not possible with current camera package constraints #86

Closed sferoze closed 9 years ago

sferoze commented 9 years ago

I am trying to upgrade and I get this error

Update to release METEOR@1.2.0.1 is impossible:
While selecting package versions:             
error: Conflict: Constraint less@1.0.11 is not satisfied by less 2.5.0_2.
Constraints on package "less":
* less@=2.5.0_2 <- top level
* less@1.0.11 <- multiply:iron-router-progress 1.0.1
* less@1.0.0||2.0.0 <- mdg:camera 1.1.5

I am being held back partly by mdg:camera

Do you have to update the package or am I doing something wrong?

stubailo commented 9 years ago

I think you are being held back entirely by multiply:iron-router-progress.

sferoze commented 9 years ago

why does it specify the camera?

stubailo commented 9 years ago

It is listing all packages that depend on LESS, because there are two possible solutions: either remove everything that depends on version 2, or everything that depends on version 1.

sferoze commented 9 years ago

so for mdg camera it says less@1.0.0||2.0.0 <- mdg:camera 1.1.5

does that mean the camera will work with 1.0 and 2.0?

stubailo commented 9 years ago

Yep, exactly right.