-
Notifications
You must be signed in to change notification settings - Fork 113
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 hangs on rendering flowchart diagrams, but works with sequence #24
Comments
I'd just realize that the issue is in the sample
It seems to be a problem with the |
I also have this problem. My flowchart contains para too. The version is 0.11.0. |
Same for me, any news on this issue? |
@Akatsuki-py @skonvols2k Hey guys, sorry but I don't have time at the moment for looking into this. I'm a new parent at the moment and getting no sleep, nor spare time. If one of you has time to see if maybe upgrading dependencies or something helps, I can maybe make time to redeploy. Hope you guys are having a decent time with all of the WFH. |
The latest version of flowchart.js uses require to load Raphael which failed because it was not an explicit dependency. Remove rapahel-min.js from vendors and add it as an explicit dependency. Resolves seflless#24.
I've created a pull request that solves this issue by upgrading flowchart.js and making Raphael an explicit dependency. Congratulations on being a parent! |
It seems to be related with #14, but it's the opposite: now diagrams CLI hangs on rendering flowchart diagrams but works with sequence.
System info
Steps to reproduce
Install CLI
$ npm install -g diagrams
Create flowchart diagram source (
input.flowchart
)Run command to render SVG
$ diagrams flowchart input.flowchart flowchart.svg
It hangs forever.
The text was updated successfully, but these errors were encountered: