adrianvlupu / C4-Builder

This is a documentation builder. You feed it .md and .puml and it exports a site, pdf, or a markdown with navigation.
https://adrianvlupu.github.io/C4-Builder/
MIT License
563 stars 93 forks source link

graphviz was not found on the system #4

Open azizur opened 4 years ago

azizur commented 4 years ago

During installation (on MacOS) I am getting this message: graphviz was not found on the system. Downloading vizjs instead. See http://plantuml.com/vizjs. This may take a few minutes.

This means it should work regardless of graphviz installed or not because vizjs is being installed. However, I am getting an error in the generated output site.

The graphviz requirement is not listed as a dependency. It would be useful to have this documented for new starters.

On Mac OS, it's simple homebrew command to install it: brew install graphviz

azizur commented 4 years ago

I can confirm after installing graphviz via brew, it worked as expected.

adrianvlupu commented 4 years ago

Indeed, I need to update the docs and try to do a cold install and debug it. When I started this, all my PCs already had plantuml dependencies installed so that never crossed my mind.

azizur commented 3 years ago

Oh man, just hit this same issue today again!

sidneydemoraes commented 2 years ago

Installing graphviz with npm also has no effect. I just can't install c4builder by any means.