jewkesy / nodopoly

Online Monopoly game using NodeJS and MongoDB
9 stars 2 forks source link

npm start errors with exit code 1 #2

Open Alino opened 8 years ago

Alino commented 8 years ago
screenshot_11_03_16_21_53
jewkesy commented 8 years ago

Hi Alino,

Sorry for the delay in responding.

The error is caused by the BSON module not getting installed during npm install. It seems that minor revisions with the mongodb module specified have different requirements. This project has kinda been parked, so I haven't picked this problem up.

You can fix the error by running npm install bson --save and checking the application loads via your browser at http://localhost:3000/gameboard, though I haven't tested the application passed this point.

I have had every intention to actually start on this project properly. I've got as far as the comms level using socket.io and some visualisation in the HTML into how I'd like the game to appear.

Thanks Daryl