CyberNinjas / TallyCTF

Capture-The-Flag Scoreboard & CTF Event Running Software.
GNU General Public License v3.0
7 stars 5 forks source link

updated package dependency to yarn #31

Closed dhuang612 closed 5 years ago

dhuang612 commented 5 years ago

used bower-away npm package and yarn to move away from bower. generated a yarn.lock file updated node version that the application accepted up to node v8.16.0 ran yarn start and confirmed I could bring up development server.

TallyCTF - Development Environment
Environment:            development
Port:               3000
Database:               mongodb://localhost/mean-dev
App version:            0.4.2
MEAN.JS version:            0.4.2

Please let me know if there is anything else that needs to be changed

securityvoid commented 5 years ago

Thank-you @dhuang612 !