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

A sampe sequenceDiagram crashes mermaid-cli #492

Closed
piaoger opened this issue Mar 18, 2017 · 1 comment
Closed

A sampe sequenceDiagram crashes mermaid-cli #492

piaoger opened this issue Mar 18, 2017 · 1 comment

Comments

@piaoger
Copy link

piaoger commented Mar 18, 2017

Below sample crashes mermaid-cli.
Env: node 6.2 , mac osx

sequenceDiagram
    participant Alice
    participant Bob
    Alice->>John: Hello John, how are you?
    loop Healthcheck
        John->>John: Fight against hypochondria
    end
    Note right of John: Rational thoughts <br/>prevail...
    John-->>Alice: Great!
    John->>Bob: How about you?
    Bob-->>John: Jolly good!
@piaoger piaoger changed the title A sampe sequenceDiagram crashes mermaid-clie A sampe sequenceDiagram crashes mermaid-cli Mar 18, 2017
@piaoger
Copy link
Author

piaoger commented Mar 18, 2017

It seems that mermaid-cli is deprecated. After reinstalling mermaid and phantomjs, everything works as expected 💯

@piaoger piaoger closed this as completed Mar 18, 2017
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

1 participant