blob: 7276dabcfb2029c7c266d846b10764a402731a16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: typedoc@0.22.10
npm error Found: typescript@4.7.4
npm error node_modules/typescript
npm error peer typescript@">=2.7" from ts-node@10.5.0
npm error node_modules/ts-node
npm error ts-node@"^10.2.1" from typescript-json-schema@0.53.0
npm error node_modules/typescript-json-schema
npm error dev typescript-json-schema@"^0.53.0" from the root project
npm error dev typescript@"4.7.4" from the root project
npm error
npm error Could not resolve dependency:
npm error peer typescript@"4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x || 4.5.x" from typedoc@0.22.10
npm error node_modules/typedoc
npm error dev typedoc@"^0.22.10" from the root project
npm error
npm error Conflicting peer dependency: typescript@4.5.5
npm error node_modules/typescript
npm error peer typescript@"4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x || 4.5.x" from typedoc@0.22.10
npm error node_modules/typedoc
npm error dev typedoc@"^0.22.10" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
|