Skip to content
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

Open
4rch1m3d35 opened this issue Mar 14, 2024 · 6 comments
Open

Can't play when run locally #97

4rch1m3d35 opened this issue Mar 14, 2024 · 6 comments

Comments

@4rch1m3d35
Copy link

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?

@4rch1m3d35
Copy link
Author

I'm running off of the Windows Linux Subsystem on Windows 11

@saranshgupta0107
Copy link

saranshgupta0107 commented May 30, 2024

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.

@crysre
Copy link

crysre commented Jun 16, 2024

When I run this command-
echo '{ "content": "content.quakejs.com" }' > bin/web.json command

i get this error-
bash: bin/web.json: No such file or directory

@Sunnahboy
Copy link

when i run i get this,
initial sync completed in 0.03 seconds
localhost/:1 Access to XMLHttpRequest at 'https://content.quakejs.com/assets/manifest.json' (redirected from 'http://content.quakejs.com/assets/manifest.json') from origin 'http://localhost:8080' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
content.quakejs.com/assets/manifest.json:1

    Failed to load resource: net::ERR_FAILED

@AsishDatta
Copy link

info: loading config file from ./web.json..
warn: failed to load config SyntaxError:
\quakejs\bin\web.json: Unexpected token '�', "��{ "c"... is not valid JSON
at parse ()
at Module._extensions..json (node:internal/modules/cjs/loader:1434:39)
at Module.load (node:internal/modules/cjs/loader:1208:32)
at Module._load (node:internal/modules/cjs/loader:1024:12)
at Module.require (node:internal/modules/cjs/loader:1233:19)
at require (node:internal/modules/helpers:179:18)

@Lokesh1933
Copy link

Even after running npm audit fix --force the server is not accessible through localhost

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants