When installing the Stars Rating package via Atmosphere in a new Meteor application, I have gotten a flag for incompatible updates with the newer versions of Blaze templates and jQuery:
=> Errors while adding packages:
While selecting package versions:
error: Potentially incompatible change required to top-level dependency: jquery 1.11.11, was 3.0.0.
Constraints on package "jquery":
* jquery@1.11.9 || 3.0.0 <- blaze 2.3.4 <- blaze-html-templates 1.1.2
* jquery@1.11.3 || 1.11.4 || 1.11.9 <- barbatus:stars-rating 1.1.1
To allow potentially incompatible changes to top-level dependencies, you must pass --allow-incompatible-update on the command line.
I'm mentoring a course that uses the package in its source code, and I have seen students get different errors with the package and the newest Meteor release - in the case below, the package is installed successfully but it appears that there may be a broken link to the Less dependency, or an incompatibility (the newest version of Less is also 3.0.0).
When installing the Stars Rating package via Atmosphere in a new Meteor application, I have gotten a flag for incompatible updates with the newer versions of Blaze templates and jQuery:
I'm mentoring a course that uses the package in its source code, and I have seen students get different errors with the package and the newest Meteor release - in the case below, the package is installed successfully but it appears that there may be a broken link to the Less dependency, or an incompatibility (the newest version of Less is also 3.0.0).