rse / node-prince

Node API for executing PrinceXML via prince(1) CLI
https://npmjs.com/prince
49 stars 24 forks source link

Can't install because princexml.com is down #44

Closed pbrackenjci closed 1 year ago

pbrackenjci commented 1 year ago

I can't install this module because princexml.com is down for the past few hours. Why aren't the binaries either included in the node module or downloaded from a resilient CDN?

rse commented 1 year ago

Because one cannot embed such a lot of data into an NPM module (NPM went havoc in the past on such embeddings) and AFAIK there is no CDN used by PrinceXML. When you know a CDN, I can add support for it in the NPM module, of course. But until the CDN is available for PrinceXML I cannot do anything here AFAIK.