Created
February 29, 2012 15:12
-
-
Save kristianbauer/1941430 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2012-02-29 10:11:29.426] [INFO] app - Bootstrapping application | |
node.js:201 | |
throw e; // process.nextTick error, or 'error' event on first tick | |
^ | |
Error: TypeError: Object function createServer() { | |
function app(req, res){ app.handle(req, res); } | |
utils.merge(app, proto); | |
utils.merge(app, EventEmitter.prototype); | |
app.route = '/'; | |
app.stack = [].slice.apply(arguments); | |
return app; | |
} has no method 'router' | |
at Array.0 (/Users/kjb0511/Desktop/Projects/BigClawServer/node_modules/mongodb/lib/mongodb/connection/server.js:168:49) | |
at EventEmitter._tickCallback (node.js:192:40) | |
warn: Forever detected script exited with code: 1 | |
warn: Forever restarting script for 3 time |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment