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
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