This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use lockfile, yarn, --frozen-lockfile
Noticed a discussion on this in another thread. It's best not to mix yarn and npm. You should also use `--frozen-lockfile` or `--pure-lockfile` when installing into a docker image. yarnpkg/yarn#4147
- Loading branch information