Skip to content

Instantly share code, notes, and snippets.

@deedubs
Created June 16, 2014 19:17
Show Gist options
  • Save deedubs/b6c4bf4d6b86f552b478 to your computer and use it in GitHub Desktop.
Save deedubs/b6c4bf4d6b86f552b478 to your computer and use it in GitHub Desktop.
throw new Error(msgs.join(' ') || 'Unknown error');
^
Error: Missing plugin name
at Object.exports.assert (/Users/deedubs/Projects/Igniter/example/node_modules/hapi/node_modules/hoek/lib/index.js:421:11)
at internals.Pack._register (/Users/deedubs/Projects/Igniter/example/node_modules/hapi/lib/pack.js:237:14)
at Object.methods.register (/Users/deedubs/Projects/Igniter/example/node_modules/hapi/lib/pack.js:349:52)
at exports.register (/Users/deedubs/Projects/Igniter/example/node_modules/example-api/lib/index.js:28:12)
at internals.Pack._plugin (/Users/deedubs/Projects/Igniter/example/node_modules/hapi/lib/pack.js:429:21)
at /Users/deedubs/Projects/Igniter/example/node_modules/hapi/lib/pack.js:252:14
at iterate (/Users/deedubs/Projects/Igniter/example/node_modules/hapi/node_modules/async/lib/async.js:149:13)
at Object.async.eachSeries (/Users/deedubs/Projects/Igniter/example/node_modules/hapi/node_modules/async/lib/async.js:165:9)
at internals.Pack._register (/Users/deedubs/Projects/Igniter/example/node_modules/hapi/lib/pack.js:250:11)
at internals.Pack.register (/Users/deedubs/Projects/Igniter/example/node_modules/hapi/lib/pack.js:179:17)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment