node-prince icon indicating copy to clipboard operation
node-prince copied to clipboard

PrinceXml does not get installed with npm ci

Open arjangeertsema opened this issue 1 year ago • 1 comments

When running npm ci PrinceXml intallation does not get triggered because of "install" args filter.

arjangeertsema avatar Dec 23 '24 08:12 arjangeertsema

Sorry, can you be more specific? What "args filter"? When I execute "npm shrinkwrap" followed by "npm ci" I see that he "install" script is executed just fine:

$ npm ci
npm warn deprecated [email protected]: This package is no longer supported.

> [email protected] install
> node ./prince-npm.js install

++ checking for globally installed PrinceXML
++ downloading PrinceXML distribution
-- download: https://www.princexml.com/download/prince-15.4-freebsd13.0-amd64.tar.gz
-- download: [########################################] 100% (ETA: 0.0s)


-- download: 10569938 bytes received.
++ locally unpacking PrinceXML distribution
-- OK: local PrinceXML installation now available

added 243 packages, and audited 244 packages in 5s

49 packages are looking for funding
  run `npm fund` for details

3 vulnerabilities (1 moderate, 2 high)

To address all issues, run:
  npm audit fix

Run `npm audit` for details.

rse avatar Dec 23 '24 09:12 rse