pnpm latest on Node 22 resolves to pnpm 11 which rejects lockfileVersion 9.0 lockfiles with ERR_PNPM_LOCKFILE_CONFIG_MISMATCH. Pinning to pnpm 10 keeps compatibility with existing lockfiles. .npmrc sets strict-dep-builds=false so build-script warnings don't hard-fail the frozen install. |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc.json | ||
| .stylelintrc.json | ||
| biome.json | ||
| eslint.config.js | ||
| index.html | ||
| package.json | ||
| pnpm-lock.yaml | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||