lance-gg / lance

Multiplayer game server based on Node.JS
https://lance-gg.github.io/
Apache License 2.0
1.57k stars 165 forks source link

Idk what's wrong with starting #116

Closed DimaValetsky closed 5 years ago

DimaValetsky commented 5 years ago

изображение I get this every time when i try to start game error is in lance-boilerplate@4.0.0 start: node dist-server/main.js help pls

namel commented 5 years ago

I see you are on windows. I just ran the following steps:

git clone git@github.com:lance-gg/tinygames.git
cd tinygames
cd boilerplate
npm install
npm start

and I don't see the error above. What steps did you use to reproduce this?

DimaValetsky commented 5 years ago

Here we go: изображение I'll do the same

  1. CLoned изображение
  2. chose directory изображение
  3. installed npm изображение Hello there, lots of errors изображение изображение
namel commented 5 years ago

ok - I see the problem in the output: babel-config is still a softlink. I have a fix which should be pushed soon

namel commented 5 years ago

@DimaValetsky please try again with the latest build

DimaValetsky commented 5 years ago

изображение Yeah! It's working!!! Is it good too much "player scored?" изображение I had some problems with vulnerabilities, but audit fix fixed them

namel commented 5 years ago

you can ignore the "player scored" message. it's just playing out the game even though no one is connected and moving the paddles.