[BUG] NPM passes the --ignore-scripts option to all dependencies. #6519
Labels
Bug
thing that needs fixing
Needs Triage
needs review for next steps
Release 9.x
work is associated with a specific npm 9 release
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
I install a package of my own that contains sqlite3 which itself contains an install script. When I run
npm ci --ignore-scripts
in my project, the sqlite3 does not execute the install script.Expected Behavior
Running
npm ci --ignore-scripts
should only ignore the scripts in my packages.Steps To Reproduce
loopbackio/loopback-next#9562 See tests
Environment
The text was updated successfully, but these errors were encountered: