Hacker News new | ask | show | jobs
by tom32i 4057 days ago
If you need any help don't hesitate to contact the team :)
1 comments

I followed the installation doc, everything seems fine and the server starts (node bin/curvytron.js).

When I access the server I get an error page. I looked at the browser log and it shows 404 for /js/dependencies.js.

I thought it was because I set it up behind apache but wget localhost:curvy_port/js/dependencies.js also yields 404.

I don't exactly know how to contact the team about this since I can't say it's a bug so I thought opening a github issue about it would be bad form.

Did you run these 3 commands? - npm install - bower install - gulp

Can you check if the file web/js/dependencies.js exists in the game folder?

OK, there are no errors now but I still get the error. Does it use some other port? Do I need to open one?

OK. I see it opens a websocket which I guess I need to also forward to my server.

There is no mention of bower install in the install doc. I'll try that