You need to run at least node 6.9.x and npm 3.x.x .
Run the command node -v
and/or npm -v
to verify your versions.
Once downloaded, you'll nee to go into the /hackatown
folder. Run the command npm install
.
Your dependancies are now all fixed.
To run the server, run the command ng serve --open
.