Error with practicalmeteor:mocha & Meteor 1.6

Viewed 175

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
1 Answers

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,

Related