-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't play when run locally #97
Comments
I'm running off of the Windows Linux Subsystem on Windows 11 |
you have to update the modules using npm audit --fix --force because the module versions in package.json are outdated and most of them are deprecated. doing this will update the modules then you will be able to run it locally. |
When I run this command- i get this error- |
when i run i get this,
|
info: loading config file from ./web.json.. |
Even after running npm audit fix --force the server is not accessible through localhost |
I cloned and ran this according to the instructions and I can't get past the opening menu. Is there content I haven't downloaded somewhere? or is this just not working anymore?
The text was updated successfully, but these errors were encountered: