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

Unable to create .svg from .flowchart #44

Open
KikalaT opened this issue Jan 19, 2023 · 1 comment
Open

Unable to create .svg from .flowchart #44

KikalaT opened this issue Jan 19, 2023 · 1 comment

Comments

@KikalaT
Copy link

KikalaT commented Jan 19, 2023

Hi everyone,

here's my wf.flowchart :

`op2=>operation: D_FR = "Si demande d'acces par Francois"
op4=>operation: A_FR = 'Franþois a acces'
op6=>operation: D_OPE_PRAC = "demande d'acces par un consultant ope-PRAC"
op8=>operation: YS = 'Validation Yasmine'
op10=>operation: FR = 'Validation Franþois'
cond13=>condition: if D_FR
op17=>operation: YS
cond22=>condition: if D_OPE_PRAC
cond27=>condition: if A_FR
op31=>operation: FR
op35=>operation: YS

op2->op4
op4->op6
op6->op8
op8->op10
op10->cond13
cond13(yes)->op17
cond13(no)->cond22
cond22(yes)->cond27
cond27(yes)->op31
cond27(no)->op35`

I've just installed diagrams by running on powershell (Win10) the following command which rans successfully :
npm install -g diagrams

I then ran :
image

And nothing is happening.

Please, am I missing something obvious ?

Thanks in advance,
Kikala.

@choloxs
Copy link

choloxs commented Oct 18, 2023

Your .flowchart name is not the same in your file and command. Try to use wf.flowchart instead of wf_ope_prac.flowchart in your command line or try to rename the file from wf.flowchart to wf_ope_prac.flowchart.

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

2 participants