Skip to content
This repository has been archived by the owner on Dec 27, 2018. It is now read-only.

Meteor 1.6.0 - Uncaught TypeError: MochaRunner.runEverywhere is not a function #94

Open
theodorDiaconu opened this issue Nov 1, 2017 · 6 comments

Comments

@theodorDiaconu
Copy link

index.js:11 Uncaught TypeError: MochaRunner.runEverywhere is not a function
at Object.runTests (index.js:11)
at meteor.js?hash=6d285d84547b3dad9717a7c89c664b61b45ea3d8:1040
at maybeReady (meteor.js?hash=6d285d84547b3dad9717a7c89c664b61b45ea3d8:821)
at HTMLDocument.loadingCompleted (meteor.js?hash=6d285d84547b3dad9717a7c89c664b61b45ea3d8:833)

@theodorDiaconu
Copy link
Author

It's related to Meteor Version. Doubt it's a mocha issue.

@vfonic
Copy link

vfonic commented Nov 7, 2017

I'm also seeing this. Why do you think it's related to Meteor version? It could be related to the changes in latest Meteor version: https://blog.meteor.com/announcing-meteor-1-6-abf30f29e2c6

@theodorDiaconu
Copy link
Author

@vfonic try these with 1.6

        'coffeescript@1.12.7_3',
        'practicalmeteor:mocha@2.4.5_6',

@vfonic
Copy link

vfonic commented Nov 7, 2017

Updated the coffeescript from 1.11.1_4 to 1.12.7_3 (meteor also added coffeescript-compiler@1.12.7_3) and it works now again! Thanks!

@davidworkman9
Copy link

@theodorDiaconu thanks!! I tried switching to meteortesting:mocha but had a bunch of issues.

nztqa added a commit to nztqa/memo that referenced this issue Nov 14, 2017
@helcode
Copy link

helcode commented Nov 16, 2017

running meteor update coffeescript should fix your problem.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants