Package Details: mermaid-cli 11.4.0-1

Git Clone URL: https://aur.archlinux.org/mermaid-cli.git (read-only, click to copy)
Package Base: mermaid-cli
Description: Generation of diagram and flowchart from text in a similar manner as markdown (CLI)
Upstream URL: https://github.com/mermaid-js/mermaid-cli
Licenses: MIT
Submitter: xuhcc
Maintainer: xuhcc
Last Packager: xuhcc
Votes: 14
Popularity: 1.72
First Submitted: 2020-06-11 10:44 (UTC)
Last Updated: 2024-11-04 12:00 (UTC)

Latest Comments

wooptoo commented on 2024-09-09 17:31 (UTC)

That worked, thanks!

xuhcc commented on 2024-09-09 14:27 (UTC)

@wooptoo Try 11.1.1-2 maybe it will work.

wooptoo commented on 2024-09-09 13:45 (UTC)

Version 11.1.1-1 doesn't seem to work:

 mmdc -i mermaid-diagram002.mmd 
Generating single mermaid chart

Error: Could not find Chrome (ver. 128.0.6613.119). This can occur if either
 1. you did not perform an installation before running the script (e.g. `npx puppeteer browsers install ${browserType}`) or
 2. your cache path is incorrectly configured (which is: /home/tail/.cache/puppeteer).
For (2), check out our guide on configuring puppeteer at https://pptr.dev/guides/configuration.
    at ChromeLauncher.resolveExecutablePath (file:///usr/lib/node_modules/@mermaid-js/mermaid-cli/node_modules/puppeteer-core/lib/esm/puppeteer/node/BrowserLauncher.js:266:27)
    at ChromeLauncher.executablePath (file:///usr/lib/node_modules/@mermaid-js/mermaid-cli/node_modules/puppeteer-core/lib/esm/puppeteer/node/ChromeLauncher.js:203:25)
    at ChromeLauncher.computeLaunchArguments (file:///usr/lib/node_modules/@mermaid-js/mermaid-cli/node_modules/puppeteer-core/lib/esm/puppeteer/node/ChromeLauncher.js:83:37)
    at async ChromeLauncher.launch (file:///usr/lib/node_modules/@mermaid-js/mermaid-cli/node_modules/puppeteer-core/lib/esm/puppeteer/node/BrowserLauncher.js:45:28)
    at async run (file:///usr/lib/node_modules/@mermaid-js/mermaid-cli/src/index.js:498:17)
    at async cli (file:///usr/lib/node_modules/@mermaid-js/mermaid-cli/src/index.js:203:3)

atcw commented on 2022-02-05 02:50 (UTC) (edited on 2022-02-05 02:50 (UTC) by atcw)

Trying to install with yay I currently get the following error on two different systems:

> response decoding failed: invalid character '<' looking for beginning of value

xuhcc commented on 2021-04-08 22:38 (UTC)

@vasya It was not intentional. I fixed it, thank you for the advice!

vasya commented on 2021-04-08 20:34 (UTC)

Hey, I see that noextract argument is given in singular quotes. That means it won't be expanded, and thus meaningless in this context. Is that intentional?

I get the following warning in rua (shameless plug as I am the author of the tool):

noextract=('${_npmname}-${_npmver}.tgz')
           ^--------------------------^ SC2016: Expressions don't expand in single quotes, use double quotes for that.

xuhcc commented on 2020-09-13 19:17 (UTC)

Thanks, PKGBUILD updated.

piernov commented on 2020-09-12 18:05 (UTC)

nodejs is a depends not a makedepends