Closed orgicus closed 3 years ago
Did you ever find a solution to get wavi working?
nope, sorry, no joy, had to put that on the side :(
I tried to replicate with this project (https://github.com/shiwangipawar/Cordova-Project) but i did not get any error. i could not find the second repo.
The first error suggest me that graphviz ran out of memory, while generating the graph. Perhaps the project is too big.
Okay, so I realized what I am doing wrong... I was trying to do the filepath to the entire project folder. I didn't realize you had to specify the filepath of the website to the folder that holds index.js/index.html. In my case this was the /src folder.
Hi,
I just spotted the project and it sounds like exactly what I need to generate a diagram from existing source code.
Initially I got the
env: node\r: No such file or directory
error, even thoughwhich node
returns/usr/local/bin/node
I've tried it on a nodejs/multicolour project and got these errors:
I've also tried it on a cordova project and got this output:
Both svg files simply contain the word
undefined
This is the first time I use the project and I don't know what to expect. What's the recommend workflow ? What sort of projects can I use
wavi
with ?Thank you, George