I've got a simple express app. Trying to start it with node-theseus I get:
[node-theseus] caught uncaught exception
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.exports.listen (/usr/local/lib/node_modules/node-theseus/node-theseus.js:88:14)
at Object.<anonymous> (/usr/local/lib/node_modules/node-theseus/bin/node-theseus:92:14)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
[node-theseus] caught process.exit(), not exiting
Express server listening on port 3000
Note that the app *does* start.