electrode-server icon indicating copy to clipboard operation
electrode-server copied to clipboard

Upgrade electrode-server version

Open sagar-prolix opened this issue 5 years ago • 1 comments

I got error while running. xaa.each().finally() not a function.

TypeError: xaa.each(...).finally is not a function at registerPlugins (/app/node_modules/electrode-server/lib/electrode-server.js:267:15)

I debug it there is no finally function in xaa.each method.

After that inert lib(repo) issue deprecated. I update with @hapi/inert but this requires hapi >= 19 and your electrode have 18 version of hapi.

Can you please help me with that.

sagar-prolix avatar May 14 '20 08:05 sagar-prolix

  1. please update node.js. Oldest node.js version that's not EOL is 10.
  2. Please check @hapi/inert and use the version that doesn't require hapi 19+

jchip avatar May 14 '20 16:05 jchip