You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{ AssertionError [ERR_ASSERTION]: Error in stdout. good-json-console must create a stream that has a pipe function.
at internals.forOwn (.../node_modules/good/lib/monitor.js:106:22)
at Object.internals.forOwn (.../node_modules/good/lib/monitor.js:183:9)
at Monitor.start (.../node_modules/good/lib/monitor.js:77:19)
at Object.exports.register (.../node_modules/good/lib/index.js:41:13)
at internals.Server.register (.../node_modules/hapi/lib/server.js:419:35)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
at Function.Module.runMain (module.js:686:11)
at startup (bootstrap_node.js:187:16)
at bootstrap_node.js:608:3
generatedMessage: false,
name: 'AssertionError [ERR_ASSERTION]',
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '==' }
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
I am trying
good-json-console
in conjunction with Hapi 17.2.0 and Good 8.0.0-rc1.My Good configuration looks like this:
It's crashing with this error:
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: