cs252/lab6-src/vector-power-defense
2018-10-25 14:45:56 -04:00
..
gulp Re-add files 2018-10-25 14:45:56 -04:00
src Re-add files 2018-10-25 14:45:56 -04:00
.eslintignore Re-add files 2018-10-25 14:45:56 -04:00
.eslintrc.js Re-add files 2018-10-25 14:45:56 -04:00
.gitignore Re-add files 2018-10-25 14:45:56 -04:00
gulpfile.js Re-add files 2018-10-25 14:45:56 -04:00
LICENSE Re-add files 2018-10-25 14:45:56 -04:00
package-lock.json Re-add files 2018-10-25 14:45:56 -04:00
package.json Re-add files 2018-10-25 14:45:56 -04:00
README.md Re-add files 2018-10-25 14:45:56 -04:00

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