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
562 stars 93 forks source link

Cannot install without Java being installed #82

Open wtbjim opened 1 year ago

wtbjim commented 1 year ago

Recently when trying to install this I ran into an issue where I was unable to install. In the end, the culprit was that I needed to have Java installed and added to PATH. This is because one of the dependent libraries, node-plantuml requires java as a part of it's installation.

Could this be added to the list of dependencies or called out somewhere in the getting started to make it easier for people who are doing a fresh install? Or perhaps I missed something and there is a way to install without install Java. Thanks!