Fixing out of sync project warning
You may receive the following error in the CLI:
Your package.json and yarn.lock are probably out of sync. Please run "yarn install" and try again”.
Sometimes a project may become out of sync between the lockfile and the manifest file. If we detect this we will notify you with a warning as some dependencies will not be possible to test until the files are back in sync. This can be resolved by making sure the default branch of the project has a fully synced up lockfile pushed to it after running `npm install ` or `yarn install`.
You can also use the following argument to ignore out of sync errors:
--strict-out-of-sync=false