Skip to content

Instantly share code, notes, and snippets.

@jackey
Created June 14, 2011 11:04
Show Gist options
  • Save jackey/1024690 to your computer and use it in GitHub Desktop.
Save jackey/1024690 to your computer and use it in GitHub Desktop.
bones error
node index.js
node.js:116
throw e; // process.nextTick error, or 'error' event on first tick
^
TypeError: object is not a function
at Object.CALL_NON_FUNCTION_AS_CONSTRUCTOR (native)
at Object.<anonymous> (/home/jackey/workspace/bones/servers/Route.bones:13:13)
at Module._compile (module.js:380:26)
at Object..bones (/home/jackey/workspace/bones/server/plugin.js:32:12)
at Module.load (module.js:312:31)
at Function._load (module.js:273:12)
at require (module.js:324:19)
at /home/jackey/workspace/bones/server/plugin.js:104:17
at Array.forEach (native)
at Plugin.require (/home/jackey/workspace/bones/server/plugin.js:99:48)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment