Starting the node server throws an exception that's uncaught:
phajas@kronus ~/d/v/./b/b/brolink> sh start.sh
Brolink
Server version: 2.5.0
======================
Dedicated to everyone who missed the first chest in OOT's Forest Temple
Warning: Native modules not compiled. XOR performance will be degraded.
Warning: Native modules not compiled. UTF-8 validation disabled.
events.js:72
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE
at errnoException (net.js:901:11)
at Server._listen2 (net.js:1039:14)
at listen (net.js:1061:10)
at Server.listen (net.js:1127:5)
at Object.<anonymous> (/Users/phajas/dotfiles/vim/.vim/bundle/brolink.vim/brolink/brolink.js:62:8)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
Starting the node server throws an exception that's uncaught: