markushedvall / node-plantuml

A Node.js module and CLI for running PlantUML
MIT License
189 stars 53 forks source link

access to sourceforge.net:443 required during install #20

Closed PascalPflaum closed 5 years ago

PascalPflaum commented 5 years ago

Hi.

Unfortunately the package does only install, when access to sourceforge is available. In many build/CI systems access to the internet is heavily restricted for security reasons.

It would be nice, if the npm package could be installed without a dependency to a third party website.

markushedvall commented 5 years ago

Thanks for reporting.

Now plantuml is downloaded in the postinstall script. Probably it is be better to do it in the prepublish script, so it is published together with the npm package.

I'll look into it.

markushedvall commented 5 years ago

This should be solved in v0.7.0. Tell me if you could verify.

PascalPflaum commented 5 years ago

Thanks!

I can verify, that during install there is no request to sourceforge.