cs252/lab6-src/vector-power-defense/README.md
2018-10-25 14:45:56 -04:00

601 B

vector-power-defense

Server and client code for the epic CS 252 tower defense project.

Setup

Required programs

  • npm 5.5.1+
  • node 8.6.0+
npm install

Options

export PORT=3000

Common Errors

Error

Error: listen EADDRINUSE :::3000

Solution

$ sudo lsof -i | grep 3000
node       <pid> <user>   12u  IPv6 456384      0t0  TCP *:3000 (LISTEN)
$ kill <pid>

Error: Gulp crashes with an ENOSPC error.

Solution: Increase OS's maximum file watchers