Vercel Previews are failing due to the following issue:
ERR_PNPM_OUTDATED_LOCKFILE Cannot install with "frozen-lockfile" because pnpm-lock.yaml is not up to date with <ROOT>/examples/enskit-react-example/package.json
Note that in CI environments this setting is true by default. If you still need to run install in such cases, use "pnpm install --no-frozen-lockfile"
Failure reason:
specifiers in the lockfile don't match specifiers in package.json:
* 2 dependencies are mismatched:
- enskit (lockfile: 1.15.2, manifest: 1.16.0)
- enssdk (lockfile: 1.15.2, manifest: 1.16.0)
It would be great to have Vercel Previews work again to ensure that everything included in the Changesets Release PR works as expected.
Vercel Previews are failing due to the following issue:
It would be great to have Vercel Previews work again to ensure that everything included in the Changesets Release PR works as expected.