Skip to content

Instantly share code, notes, and snippets.

@caseycesari
Created June 15, 2012 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caseycesari/2937290 to your computer and use it in GitHub Desktop.
Save caseycesari/2937290 to your computer and use it in GitHub Desktop.
2012-06-15T15:55:32+00:00 app[web.1]:
2012-06-15T15:55:32+00:00 app[web.1]: /app/server.js:34
2012-06-15T15:55:32+00:00 app[web.1]: connect.router(function(app) {
2012-06-15T15:55:32+00:00 app[web.1]: ^
2012-06-15T15:55:32+00:00 app[web.1]: TypeError: Object function createServer() {
2012-06-15T15:55:32+00:00 app[web.1]: function app(req, res){ app.handle(req, res); }
2012-06-15T15:55:32+00:00 app[web.1]: app.route = '/';
2012-06-15T15:55:32+00:00 app[web.1]: utils.merge(app, proto);
2012-06-15T15:55:32+00:00 app[web.1]: utils.merge(app, EventEmitter.prototype);
2012-06-15T15:55:32+00:00 app[web.1]: app.use(arguments[i]);
2012-06-15T15:55:32+00:00 app[web.1]: app.stack = [];
2012-06-15T15:55:32+00:00 app[web.1]: }
2012-06-15T15:55:32+00:00 app[web.1]: for (var i = 0; i < arguments.length; ++i) {
2012-06-15T15:55:32+00:00 app[web.1]: at Object.<anonymous> (/app/server.js:34:15)
2012-06-15T15:55:32+00:00 app[web.1]: return app;
2012-06-15T15:55:32+00:00 app[web.1]: at Module._compile (module.js:446:26)
2012-06-15T15:55:32+00:00 app[web.1]: } has no method 'router'
2012-06-15T15:55:32+00:00 app[web.1]: at Object..js (module.js:464:10)
2012-06-15T15:55:32+00:00 app[web.1]: at Module.load (module.js:353:31)
2012-06-15T15:55:32+00:00 app[web.1]: at Array.0 (module.js:484:10)
2012-06-15T15:55:32+00:00 app[web.1]: at Function._load (module.js:311:12)
2012-06-15T15:55:32+00:00 app[web.1]: at EventEmitter._tickCallback (node.js:190:38)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment