Graph

Error : Image not created
Args : ['mmdc', '-p', '/tmp/tmp8funthkt/puppeteer-config.json', '-o', '/tmp/tmp8funthkt/out.svg']
stdout : 
stderr : 
No input file specified, reading from stdin. If you want to specify an input file, please use `-i .` You can use `-i -` to read from stdin and to suppress this warning.


Error: Could not find Chromium (rev. 1108766). This can occur if either
 1. you did not perform an installation before running the script (e.g. `npm install`) or
 2. your cache path is incorrectly configured (which is: /opt/buildhome/.cache/puppeteer).
For (2), check out our guide on configuring puppeteer at https://pptr.dev/guides/configuration.
    at ChromeLauncher.resolveExecutablePath (file:///opt/build/repo/node_modules/@mermaid-js/mermaid-cli/node_modules/puppeteer-core/lib/esm/puppeteer/node/ProductLauncher.js:263:27)
    at ChromeLauncher.executablePath (file:///opt/build/repo/node_modules/@mermaid-js/mermaid-cli/node_modules/puppeteer-core/lib/esm/puppeteer/node/ChromeLauncher.js:176:25)
    at ChromeLauncher.computeLaunchArguments (file:///opt/build/repo/node_modules/@mermaid-js/mermaid-cli/node_modules/puppeteer-core/lib/esm/puppeteer/node/ChromeLauncher.js:93:37)
    at async ChromeLauncher.launch (file:///opt/build/repo/node_modules/@mermaid-js/mermaid-cli/node_modules/puppeteer-core/lib/esm/puppeteer/node/ProductLauncher.js:57:28)
    at async run (file:///opt/build/repo/node_modules/@mermaid-js/mermaid-cli/src/index.js:416:19)
    at async cli (file:///opt/build/repo/node_modules/@mermaid-js/mermaid-cli/src/index.js:192:3)

graph code : graph LR
A((Node A)) --- B((Node B))
A --- C((Node C))
B --- D((Node D))
C --- D
B --- C

classDef node1 fill:#b9b28b,stroke:#1B3D2F,stroke-width:2px;
classDef node2 fill:#8ba7b9,stroke:#1B3D2F,stroke-width:2px;
classDef node3 fill:#b98b99,stroke:#1B3D2F,stroke-width:2px;
classDef node4 fill:#7A976B,stroke:#1B3D2F,stroke-width:2px;

class A node1;
class B node2;
class C node3;
class D node4;

Backlinks