diagrams icon indicating copy to clipboard operation
diagrams copied to clipboard

Invalid asm.js: Function definition doesn't match use

Open lackovic opened this issue 4 years ago • 0 comments

With this diagram I get the following error:

$ diagrams dot diagram.dot diagram.svg
(node:40184) V8: /home/marco/.nvm/versions/node/v12.18.2/lib/node_modules/diagrams/node_modules/viz.js/viz.js:33 Invalid asm.js: Function definition doesn't match use

I don't get any error with dot - graphviz version 2.44.1 on the same diagram.

Using:

$ node --version
v12.18.2

$ npm --version
6.14.6

$ cat /etc/os-release
NAME="Arch Linux"
BUILD_ID=rolling

lackovic avatar Aug 04 '20 15:08 lackovic