cli
cli copied to clipboard
Is there a way to run `npm install` while preventing the installation of extraneous packages?
Hi, in my case, I’d like to avoid installing extraneous packages because it goes against what we want to achieve with our SCA tool.
Is there any way to prevent them from appearing in the package-lock.json file when running npm install (without needing to run npm prune)?