stderr : [33m[39m
[33mNo 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.[39m
[33m[39m
[31m[39m
[31mError: Could not find Chromium (rev. 1108766). This can occur if either[39m
[31m 1. you did not perform an installation before running the script (e.g. `npm install`) or[39m
[31m 2. your cache path is incorrectly configured (which is: /opt/buildhome/.cache/puppeteer).[39m
[31mFor (2), check out our guide on configuring puppeteer at https://pptr.dev/guides/configuration.[39m
[31m 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)[39m
[31m 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)[39m
[31m 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)[39m
[31m 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)[39m
[31m at async run (file:///opt/build/repo/node_modules/@mermaid-js/mermaid-cli/src/index.js:416:19)[39m
[31m at async cli (file:///opt/build/repo/node_modules/@mermaid-js/mermaid-cli/src/index.js:192:3)[39m
[31m[39m
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;