Hello @slashdotdash
From what I can tell, node-ledger-web is incompatible with the latest versions of node.
I tried futzing around, but there appears to be quite a few things that are no longer supported by latest versions of node.
Here is the trace:
$ node app.js
util.js:965
throw new TypeError('The super constructor to "inherits" must not ' +
^
TypeError: The super constructor to "inherits" must not be null or undefined
at Object.exports.inherits (util.js:965:11)
at Object.<anonymous> (/*SNIP*/node-ledger-web/node_modules/spdy/lib/spdy/connection.js:81:6)
at Module._compile (module.js:573:32)
at Object.Module._extensions..js (module.js:582:10)
at Module.load (module.js:490:32)
at tryModuleLoad (module.js:449:12)
at Function.Module._load (module.js:441:3)
at Module.require (module.js:500:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/*SNIP*/node-ledger-web/node_modules/spdy/lib/spdy.js:20:19)
Hello @slashdotdash
From what I can tell, node-ledger-web is incompatible with the latest versions of node.
I tried futzing around, but there appears to be quite a few things that are no longer supported by latest versions of node.
Here is the trace: