hathora / builder

Multiplayer game framework

Home Page:https://docs.hathora.dev/#/builder/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Space bars in the path to my projects directory throws error

paccao opened this issue · comments

The error that is thrown is ERR_MODULE_NOT_FOUND which gets called in my global install of hathora at:
AppData\Roaming\nvm\v16.14.2\node_modules\hathora\node_modules\ts-node\dist-raw\node-esm-resolve-implementation.js:369

The problem was that I had spacebars in my filepath to my project folder, like this:
C:\Users\paccao\Documents\1 Code\Amongus demo\server.hathora\

It got fixed when changed the spacebars to a dash.

This was replicated both on a Windows and a Mac machine, which would indicate the issue does not lie in node.js

Thanks, this is now fixed in 0.7.6 (see 16c4b2e)