@schmoo2k I’m in the process of releasing a new version of d3-graphviz, but when I run the tests, I’m getting an error that I don’t understand:
RuntimeError: abort(ReferenceError: navigator is not defined). Build with -s ASSERTIONS=1 for more info.
at process.abort (/home/magjac/d3-graphviz/node_modules/@hpcc-js/wasm/dist/index.node.js:176:6623)
at process.emit (node:events:369:20)
at processEmit [as emit] (/home/magjac/d3-graphviz/node_modules/signal-exit/index.js:155:32)
at emit (node:internal/process/promises:135:22)
at processPromiseRejections (node:internal/process/promises:241:25)
at processTicksAndRejections (node:internal/process/task_queues:95:32)
It’s the same problem with any @hpcc-js/wasm version >= 1.0.0, but ok with 0.3.15.
I’ve tried nodejs version 10, 14 and 15 to no avail.
Full log at Travis CI - Test and Deploy Your Code with Confidence
Any ideas on what might be going on?