Created
September 30, 2013 18:02
-
-
Save niallo/6767665 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
> [email protected] start /Users/niallo/projects/strider-14/strider | |
> bin/strider | |
30 Sep 11:02:16 - info: Using MongoDB URL: mongodb://localhost/strider-foss | |
30 Sep 11:02:17 - info: RUNNER INIT | |
/Users/niallo/projects/strider-14/strider/node_modules/express/lib/router/index.js:290 | |
throw new Error(msg); | |
^ | |
Error: .get() requires callback functions but got a [object Undefined] | |
at /Users/niallo/projects/strider-14/strider/node_modules/express/lib/router/index.js:290:11 | |
at Array.forEach (native) | |
at Router.route (/Users/niallo/projects/strider-14/strider/node_modules/express/lib/router/index.js:286:13) | |
at Router.(anonymous function) [as get] (/Users/niallo/projects/strider-14/strider/node_modules/express/lib/router/index.js:308:16) | |
at Function.app.(anonymous function) [as get] (/Users/niallo/projects/strider-14/strider/node_modules/express/lib/application.js:414:26) | |
at route (/Users/niallo/projects/strider-14/strider/node_modules/strider-extension-loader/lib/namespace.js:16:24) | |
at Object.module.exports.routes (/Users/niallo/projects/strider-14/strider/node_modules/strider-git/webapp.js:41:9) | |
at providerRoutes (/Users/niallo/projects/strider-14/strider/node_modules/strider-extension-loader/lib/provider.js:22:10) | |
at Object.webapp (/Users/niallo/projects/strider-14/strider/node_modules/strider-extension-loader/lib/provider.js:11:5) | |
at /Users/niallo/projects/strider-14/strider/node_modules/strider-extension-loader/lib/index.js:212:27 | |
npm ERR! weird error 8 | |
npm ERR! not ok code 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment