Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI generation of diagram results in [vue-sequence] error #588

Open
rpmurray opened this issue Aug 24, 2023 · 4 comments
Open

CLI generation of diagram results in [vue-sequence] error #588

rpmurray opened this issue Aug 24, 2023 · 4 comments

Comments

@rpmurray
Copy link

When generating a class diagram using mermaid CLI the following error is encountered regularly:
[vue-sequence] Store is a function and is not initiated in 1 second.

The markdown file is ~650 lines long with ~175 objects (classes, namespaces, notes).

When trying the same markdown via the live mermaid editor it compiles and generates a diagram fine.

Steps to Reproduce

  1. Generate a large markdown file
  2. Run the following command to attempt to generate a diagram:
    docker run --rm -u id -u:id -g -v .:/data minlag/mermaid-cli -i diagram.mmd -o diagram.mmd.svg
  3. See error:
    [vue-sequence] Store is a function and is not initiated in 1 second.

Expected behavior
A diagram SVG should be generated.

Desktop Environment

  • OS: MacOS 13.5.1
  • CLI via Docker (GitHub Container Registry)
  • Version 10.3.0
@robross0606
Copy link

robross0606 commented Sep 23, 2023

Same error here directly running mermaid-cli via npm script. 430 line markdown file. Running with version 10.2.4 works fine. Running with 10.3.0 or later fails with the "vue-sequence" error.

@LingkKang
Copy link

Got same message on mermaid-cli 10.6.1 with a 300 line class diagram.

@Aaron-von-Awesome
Copy link

Same error on 10.6.2-beta.12 docker image

@mishioo
Copy link

mishioo commented Apr 22, 2024

Got the error on mermaid-cli@10.8.0 with a large (1200 lines) flow diagram.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants