mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-06 04:22:01 +00:00
[examples] Fix ERR_PNPM_OUTDATED_LOCKFILE when deploying SvelteKit example (#10984)
Currently, [the SvelteKit (v1)](https://vercel.com/new/clone?b=main&s=https%3A%2F%2Fgithub.com%2Fvercel%2Fvercel%2Ftree%2Fmain%2Fexamples%2Fsveltekit-1&showOptionalTeamCreation=false&template=sveltekit-1&teamCreateStatus=hidden) example fails with: ``` ERR_PNPM_OUTDATED_LOCKFILE Cannot install with "frozen-lockfile" because pnpm-lock.yaml is not up to date with package.json ``` This fixes the lockfile, and therefore fixes the example. --- As a side-quest, I also fixed the "unmet peer" warnings: ``` └─┬ @vercel/style-guide 4.0.2 ├── ✕ unmet peer eslint@^8.24.0: found 8.14.0 ├── ✕ unmet peer prettier@^2.7.0: found 2.6.2 └─┬ eslint-plugin-unicorn 43.0.2 └── ✕ unmet peer eslint@>=8.18.0: found 8.14.0 ```
This commit is contained in:
1148
examples/sveltekit-1/pnpm-lock.yaml
generated
1148
examples/sveltekit-1/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user