What is the NPM equivalent of "yarn install --frozen-lockfile"?

Viewed 16156

I'm using npm as part of me building the production docker image. I want to make sure the package-lock.json doesn't change and matches.

1 Answers
Related