mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +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/