Reputation: 2048
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
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