Closed krishaamer closed 8 years ago
That was some strange Meteor publish error. I republished it as 0.5.1 and it works now.
Thanks for the report.
Thanks for the quick fix! :)
@mitar Thanks, you're fast! :-)
Now I'm getting this though (Meteor.1.3):
realyze@:/tmp/cf-error (master)*$ meteor add peerlibrary:computed-field@0.5.1
=> Errors while adding packages:
While selecting package versions:
error: Conflict: Constraint coffeescript@1.2.4 is not satisfied by coffeescript 1.1.2_1.
Constraints on package "coffeescript":
* coffeescript@=1.1.2_1 <- top level
* coffeescript@1.2.4 <- peerlibrary:computed-field 0.5.1
Conflict: Constraint tracker@1.1.0 is not satisfied by tracker 1.0.14.
Constraints on package "tracker":
* tracker@=1.0.14 <- top level
* tracker@1.0.13 <- deps 1.0.12 <- htmljs 1.0.10 <- blaze 2.1.8 <- blaze-html-templates 1.0.4
* tracker@1.0.14 <- spacebars 1.0.12 <- blaze-html-templates 1.0.4
* tracker@1.0.14 <- blaze 2.1.8 <- blaze-html-templates 1.0.4
* tracker@1.0.14 <- observe-sequence 1.0.12 <- blaze 2.1.8 <- blaze-html-templates 1.0.4
* tracker@1.0.14 <- reactive-var 1.0.10
* tracker@1.0.14 <- ddp-client 1.2.8_1 <- ddp 1.2.5 <- allow-deny 1.0.5 <- mongo 1.1.9_1
* tracker@1.0.14 <- ddp-client 1.2.8_1 <- ddp 1.2.5 <- meteor-base 1.0.4
* tracker@1.0.14 <- ddp-common 1.2.6 <- ddp-client 1.2.8_1 <- ddp 1.2.5 <- allow-deny 1.0.5 <- mongo 1.1.9_1
* tracker@1.0.14 <- ddp-common 1.2.6 <- ddp-client 1.2.8_1 <- ddp 1.2.5 <- meteor-base 1.0.4
* tracker@1.0.14 <- minimongo 1.0.17 <- allow-deny 1.0.5 <- mongo 1.1.9_1
* tracker@1.0.14 <- minimongo 1.0.17 <- mongo 1.1.9_1
* tracker@1.0.14 <- autoupdate 1.2.10 <- hot-code-push 1.0.4 <- meteor-base 1.0.4
* tracker@1.0.14 <- mongo 1.1.9_1
* tracker@1.1.0 <- peerlibrary:computed-field 0.5.1
Yes, @realyze, this package requires Meteor 1.4. I do not know why, but it seems Meteor has issues releasing with old versions in the package, so I had to bump all constraints to 1.4. :-(
Hello, after upgrading to latest Computed Field package I'm getting the following error:
ReferenceError: ClassyTestCase is not defined
Any advice?
Thanks, Kris