You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
When running npm ci PrinceXml intallation does not get triggered because of "install" args filter.
The text was updated successfully, but these errors were encountered: