Ms.Edi
Ms.Edi

Reputation: 11

Why does Meteor version 1.5 multiple constraints errors on fresh setup?

I have a freshly setup Meteor project with Mocha test package. I am using Meteor version 1.5 with Mocha. After creating a fresh project with Meteor create command and add mocha test package with Mike:mocha. When i goto http://localhost:3000/ i can see velocity report is configure properly. But when i check the mirror website for the Mocha test at for eg http://localhost:54518/ i get the following error.

our app is crashing. Here's the latest log:
Errors prevented startup:

While selecting package versions:
error: No version of meteor-base satisfies all constraints: @1.1.0, @=1.0.1
Constraints on package "meteor-base":
* [email protected] <- top level
* meteor-base@=1.0.1 <- top level

No version of mobile-experience satisfies all constraints: @1.0.4, @=1.0.1
Constraints on package "mobile-experience":
* [email protected] <- top level
* mobile-experience@=1.0.1 <- top level

No version of mongo satisfies all constraints: @1.1.18, @=1.1.3
Constraints on package "mongo":
* [email protected] <- top level
* mongo@=1.1.3 <- top level
* [email protected] <- velocity:core 0.4.1 <- mike:mocha 0.3.5

No version of blaze-html-templates satisfies all constraints: @1.0.4, @=1.0.1
Constraints on package "blaze-html-templates":
* [email protected] <- top level
* blaze-html-templates@=1.0.1 <- top level

No version of reactive-var satisfies all constraints: @1.0.11, @=1.0.6
Constraints on package "reactive-var":
* [email protected] <- top level
* reactive-var@=1.0.6 <- top level
* [email protected] <- blaze 2.1.3 <- spacebars 1.0.7 <- templating 1.1.5 <- mike:mocha 0.3.5
* [email protected] <- blaze 2.1.3 <- templating 1.1.5 <- mike:mocha 0.3.5

No version of tracker satisfies all constraints: @1.1.3, @=1.0.9
Constraints on package "tracker":
* [email protected] <- top level
* tracker@=1.0.9 <- top level
* [email protected] <- deps 1.0.9 <- htmljs 1.0.5 <- blaze 2.1.3 <- spacebars 1.0.7 <- templating 1.1.5 <- mike:mocha 0.3.5
* [email protected] <- deps 1.0.9 <- htmljs 1.0.5 <- blaze 2.1.3 <- templating 1.1.5 <- mike:mocha 0.3.5
* [email protected] <- spacebars 1.0.7 <- templating 1.1.5 <- mike:mocha 0.3.5
* [email protected] <- blaze 2.1.3 <- spacebars 1.0.7 <- templating 1.1.5 <- mike:mocha 0.3.5
* [email protected] <- blaze 2.1.3 <- templating 1.1.5 <- mike:mocha 0.3.5
* [email protected] <- observe-sequence 1.0.7 <- blaze 2.1.3 <- spacebars 1.0.7 <- templating 1.1.5 <- mike:mocha 0.3.5
* [email protected] <- observe-sequence 1.0.7 <- blaze 2.1.3 <- templating 1.1.5 <- mike:mocha 0.3.5

No version of es5-shim satisfies all constraints: @4.6.15, @=4.1.14
Constraints on package "es5-shim":
* [email protected] <- top level
* es5-shim@=4.1.14 <- top level
* [email protected] <- meteor 1.1.10 <- amplify 1.0.0 <- velocity:html-reporter 0.2.1 <- mike:mocha 0.3.5
* [email protected] <- meteor 1.1.10 <- babel-compiler 5.8.24_1 <- standard-minifier-js 2.1.0
* [email protected] <- meteor 1.1.10 <- mike:mocha 0.3.5

No version of ecmascript satisfies all constraints: @0.8.0, @=0.1.6
Constraints on package "ecmascript":
* [email protected] <- top level
* ecmascript@=0.1.6 <- top level
* [email protected] <- standard-minifier-js 2.1.0
* [email protected] <- shell-server 0.2.3
* [email protected] <- random 1.0.5 <- caching-compiler 1.0.0 <- caching-html-compiler 1.0.2 <- templating 1.1.5 <- mike:mocha 0.3.5
* [email protected] <- caching-compiler 1.0.0 <- caching-html-compiler 1.0.2 <- templating 1.1.5 <- mike:mocha 0.3.5
* [email protected] <- templating 1.1.5 <- mike:mocha 0.3.5
* [email protected] <- caching-html-compiler 1.0.2 <- templating 1.1.5 <- mike:mocha 0.3.5
* [email protected] <- templating-tools 1.0.0 <- caching-html-compiler 1.0.2 <- templating 1.1.5 <- mike:mocha 0.3.5
* [email protected] <- templating-tools 1.0.0 <- templating 1.1.5 <- mike:mocha 0.3.5
* [email protected] <- less 2.5.1 <- velocity:html-reporter 0.2.1 <- mike:mocha 0.3.5

No version of insecure satisfies all constraints: @1.0.7, @=1.0.4
Constraints on package "insecure":
* [email protected] <- top level
* insecure@=1.0.4 <- top level

While refreshing package catalog to resolve previous errors:
error: DDP connection timed out

Your application has errors. Waiting for file change.

Upvotes: 1

Views: 203

Answers (0)

Related Questions