Top-level dependency conflict when moving to Meteor 1.6.1
See original GitHub issueWe’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?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:5 (2 by maintainers)

Top Related StackOverflow Question
Published a version for CoffeeScript2 as
peerlibrary:blaze-components@0.23.0. Sorry that it took so long.As a temporary workaround, until
meteor-blaze-componentsandmeteor-base-componentare officially updated you can clone my forks of those dependencies:– https://github.com/peerlibrary/meteor-blaze-components/issues/152#issuecomment-398028333