mirror of
https://github.com/rait-09/obsidian-agent-client.git
synced 2026-07-22 06:43:37 +00:00
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.
This commit is contained in:
parent
4fd2d047c2
commit
edb1cfc9f0
1 changed files with 2 additions and 1 deletions
3
.npmrc
3
.npmrc
|
|
@ -1 +1,2 @@
|
|||
tag-version-prefix=""
|
||||
tag-version-prefix=""
|
||||
legacy-peer-deps=true
|
||||
Loading…
Reference in a new issue