halftheopposite / TOSIOS

The Open-Source IO Shooter is an open-source multiplayer game in the browser
MIT License
369 stars 77 forks source link

No such file or directory index.html #50

Closed the1scient closed 2 years ago

the1scient commented 2 years ago

Hi there!

While running yarn start:server, i've faced the following errors:

C:\Users\the1scient\Desktop\TOSIOS-master>yarn start:server yarn run v1.22.17 $ yarn workspace @tosios/server start $ nodemon --watch './src/*/.ts' --exec ts-node ./src/index.ts [nodemon] 2.0.6 [nodemon] to restart at any time, enter rs [nodemon] watching path(s): '.\src*\.ts' [nodemon] watching extensions: ts,json [nodemon] starting ts-node ./src/index.ts Listening on ws://localhost:3001 Error: ENOENT: no such file or directory, stat 'C:\Users\the1scient\Desktop\TOSIOS-master\packages\server\src\public\index.html'

Glad to hear anything on how to solve it. Thanks!

the1scient commented 2 years ago

Edit: running on docker should fix it.