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 TD
A["[0.78, 0.17, 0.39, 0.26, 0.72]"] --> B["Bucket 0: [0.17]"]
A --> C["Bucket 1: [0.26, 0.39]"]
A --> D["Bucket 2: []"]
A --> E["Bucket 3: [0.72, 0.78]"]
A --> F["Bucket 4: []"]
B --> G["Sort each bucket"]
C --> G
D --> G
E --> G
F --> G
G --> H["[0.17, 0.26, 0.39, 0.72, 0.78]"]