Skip to content

Top-level dependency conflict when moving to Meteor 1.6.1 #637

Description

@etyp

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:[email protected] + peerlibrary:[email protected] and we're on peerlibrary:[email protected] + peerlibrary:[email protected].

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:[email protected] <- peerlibrary:reactive-publish 0.4.0
* peerlibrary:[email protected] <- 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:[email protected] and peerlibrary:[email protected]?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions