Skip to content

Instantly share code, notes, and snippets.

@daslicht
Created August 11, 2013 14:59
Show Gist options
  • Save daslicht/b6c2daeeea1e6495044b to your computer and use it in GitHub Desktop.
Save daslicht/b6c2daeeea1e6495044b to your computer and use it in GitHub Desktop.
daslicht:example daslicht$ node server.js
Master pid 2747
Error requiring server module from `/Users/daslicht/derby/derby-auth/example/lib/server`
/Users/daslicht/derby/derby-auth/example/node_modules/derby/lib/cluster.js:41
throw e;
^
Error: Invalid plugin.decorate value: undefined
at EventEmitter.module.exports.use (/Users/daslicht/derby/derby-auth/example/node_modules/racer/lib/plugin.js:32:13)
at Object.<anonymous> (/Users/daslicht/derby/derby-auth/example/lib/auth/index.js:4:7)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (/Users/daslicht/derby/derby-auth/example/node_modules/coffee-script/lib/coffee-script/coffee-script.js:211:36)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/Users/daslicht/derby/derby-auth/example/lib/server/index.js:6:11)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (/Users/daslicht/derby/derby-auth/example/node_modules/coffee-script/lib/coffee-script/coffee-script.js:211:36)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at requireServer (/Users/daslicht/derby/derby-auth/example/node_modules/derby/lib/cluster.js:38:18)
at Object.run (/Users/daslicht/derby/derby-auth/example/node_modules/derby/lib/cluster.js:13:18)
at EventEmitter.run (/Users/daslicht/derby/derby-auth/example/node_modules/derby/lib/derby.server.js:36:16)
at Object.<anonymous> (/Users/daslicht/derby/derby-auth/example/server.js:4:22)
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)
at startup (node.js:119:16)
at node.js:901:3
daslicht:example daslicht$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment