Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PrinceXml does not get installed with npm ci #64

Open
arjangeertsema opened this issue Dec 23, 2024 · 1 comment
Open

PrinceXml does not get installed with npm ci #64

arjangeertsema opened this issue Dec 23, 2024 · 1 comment

Comments

@arjangeertsema
Copy link
Contributor

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

@rse
Copy link
Owner

rse commented Dec 23, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants