rait-09_obsidian-agent-client/.npmrc
RAIT-09 edb1cfc9f0 fix(ci): set legacy-peer-deps to fix npm ci ERESOLVE
vitest@4 declares an optional peer on @types/node>=20 while this project
pins @types/node@^16, so `npm ci` fails with ERESOLVE on npm 10 (node 22
in CI). Accept the resolution so release/CI/docs `npm ci` and local
`npm i` all succeed; the peer is optional and the vitest suite passes.
2026-06-20 14:11:37 +09:00

2 lines
No EOL
43 B
Text

tag-version-prefix=""
legacy-peer-deps=true