Colyseus.js "Cannot read property '_schema' of undefined".

Hi,

I am getting this error in Chrome. I am not asking for help with my specific problem but I just want to know what this error entails and what the cause of it may be. Any pointers?
0_1554793243063_Screenshot 2019-04-09 at 10.00.23 AM.png

Hi @KiloGram,

I ran into a similar issue a few weeks ago, and this problem has normally been resolved in the lastest versions. You can check out this GitHub ticket that I had created -> https://github.com/colyseus/colyseus/issues/227.

TD;DR: Delete your node_modules and package-json.lock and run an npm i.

Thank you so much! That actually worked!