how to perform npm install without pruning installed dependencies?

Viewed 15

I'm using npm v7 and need to install dependencies without pruning the existing ones (even if they are not mentioned in the package.json). I have tried --package-lock=false and --package-lock false - neither seems to work docs

0 Answers
Related