Space bars in the path to my projects directory throws error
paccao opened this issue · 2 comments
paccao commented
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.
paccao commented
This was replicated both on a Windows and a Mac machine, which would indicate the issue does not lie in node.js