mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
This should highlight when the yarn.lock file is out of sync with package.json. From the docs: > If you need reproducible dependencies, which is usually the case with the continuous integration systems, you should pass --frozen-lockfile flag. > - https://classic.yarnpkg.com/lang/en/docs/cli/install/