mercredi 8 février 2017

TogetherJS - is failing by throwing error TogetherJS.getConfig is not a function

Vote count: 0

I am using TogetherJs libraries in local development environment. When i use there official link it all works. But when i am using my local dev its not working (TogetherJs use lot of NodeJS/NPM stuff while installing, which all i have done).

Still, I keep getting this error:

Uncaught TypeError: TogetherJS.getConfig is not a function
    at togetherjsPackage.js?bust=1486594249871:2229
    at main (togetherjsPackage.js?bust=1486594249871:300)
    at callDep (togetherjsPackage.js?bust=1486594249871:166)
    at main (togetherjsPackage.js?bust=1486594249871:291)
    at callDep (togetherjsPackage.js?bust=1486594249871:166)
    at main (togetherjsPackage.js?bust=1486594249871:291)
    at togetherjsPackage.js?bust=1486594249871:367

Even the togetherjsPackage.js is loaded successfully, but its keep giving me that error.

enter image description here

How to resolve it or check further?

asked 54 secs ago

Let's block ads! (Why?)



TogetherJS - is failing by throwing error TogetherJS.getConfig is not a function

1 commentaire:

  1. Hey I recently came across this error, if any1 is still interested in knowing how to solve it, just replace the togetherjsPackage.js code in your local environment with the one on https://togetherjs.com/togetherjs/togetherjsPackage.js, somehow github one is not the latest one. But this seems to solve the problem!

    RépondreSupprimer