helcode
helcode

Reputation: 2048

Error with practicalmeteor:mocha & Meteor 1.6

I'm getting the following error on terminal when tried to run practicalmeteor:mocha with Meteor 1.6

Uncaught TypeError: MochaRunner.runEverywhere is not a function

Upvotes: 3

Views: 176

Answers (1)

helcode
helcode

Reputation: 2048

After few trials I managed to fix the problem by doing the following updates to my project

coffeescript           upgraded from 1.0.17 to 1.12.7_3
coffeescript-compiler  added, version 1.12.7_3

To update one or more of these packages to their latest compatible versions, pass their names to meteor update,

Upvotes: 3

Related Questions