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
We've been taking apart our app trying to upgrade to Meteor 1.6.1 and have run into issues specific to Coffeescript 1.x. We've successfully untangled all of the Peerlibrary packages that were still using Coffeescript 1 and are now on Coffeescript 2 as a top-level dependency throughout.
Unfortunately, when i try to add easy:search back to the app, I run into version constraint issues since easy:search depends on peerlibrary:server-autorun@0.5.2 + peerlibrary:reactive-publish@0.4.0 and we're on peerlibrary:server-autorun@0.7.1 + peerlibrary:reactive-publish@0.6.0.
See output below:
While selecting package versions:
error: Potentially incompatible change required to top-level dependency:
peerlibrary:reactive-publish 0.4.0, was 0.6.0.
Constraints on package "peerlibrary:reactive-publish":
Potentially incompatible change required to top-level dependency:
peerlibrary:server-autorun 0.5.2, was 0.7.1.
Constraints on package "peerlibrary:server-autorun":
* peerlibrary:server-autorun@0.5.2 <- peerlibrary:reactive-publish 0.4.0
* peerlibrary:server-autorun@0.5.1 <- peerlibrary:reactive-mongo 0.1.1 <-
peerlibrary:reactive-publish 0.4.0
I'm pretty certain this is the last thing holding us back from our update to Meteor 1.6.1 - would you be able to do a new release with a bump to peerlibrary:server-autorun@0.7.1 and peerlibrary:reactive-publish@0.6.0?
The text was updated successfully, but these errors were encountered:
As a temporary workaround, until meteor-blaze-components and meteor-base-component are officially updated you can clone my forks of those dependencies:
We've been taking apart our app trying to upgrade to Meteor 1.6.1 and have run into issues specific to Coffeescript 1.x. We've successfully untangled all of the Peerlibrary packages that were still using Coffeescript 1 and are now on Coffeescript 2 as a top-level dependency throughout.
Unfortunately, when i try to add
easy:search
back to the app, I run into version constraint issues sinceeasy:search
depends onpeerlibrary:server-autorun@0.5.2
+peerlibrary:reactive-publish@0.4.0
and we're onpeerlibrary:server-autorun@0.7.1
+peerlibrary:reactive-publish@0.6.0
.See output below:
I'm pretty certain this is the last thing holding us back from our update to Meteor 1.6.1 - would you be able to do a new release with a bump to
peerlibrary:server-autorun@0.7.1
andpeerlibrary:reactive-publish@0.6.0
?The text was updated successfully, but these errors were encountered: