forked from inkode-it/Arpav-PPCV
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patheresolve-report.txt
81 lines (75 loc) · 2.05 KB
/
eresolve-report.txt
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# npm resolution error report
2024-04-04T10:07:56.225Z
While resolving: [email protected]
Found: [email protected]
node_modules/react-leaflet
react-leaflet@"4.1.0" from the root project
Could not resolve dependency:
peer react-leaflet@"^3.0.0" from [email protected]
node_modules/react-leaflet-vector-tile-layer
react-leaflet-vector-tile-layer@"0.1.3" from the root project
Fix the upstream dependency conflict, or retry
this command with --force, or --legacy-peer-deps
to accept an incorrect (and potentially broken) dependency resolution.
Raw JSON explanation object:
{
"code": "ERESOLVE",
"current": {
"name": "react-leaflet",
"version": "4.1.0",
"whileInstalling": {
"name": "PPCV-frontend",
"version": "1.0.0",
"path": "D:\\Users\\marco\\Documents\\GitHub\\Arpav-PPCV"
},
"location": "node_modules/react-leaflet",
"isWorkspace": false,
"dependents": [
{
"type": "prod",
"name": "react-leaflet",
"spec": "4.1.0",
"from": {
"location": "D:\\Users\\marco\\Documents\\GitHub\\Arpav-PPCV"
}
}
]
},
"currentEdge": {
"type": "prod",
"name": "react-leaflet",
"spec": "4.1.0",
"from": {
"location": "D:\\Users\\marco\\Documents\\GitHub\\Arpav-PPCV"
}
},
"edge": {
"type": "peer",
"name": "react-leaflet",
"spec": "^3.0.0",
"error": "INVALID",
"from": {
"name": "react-leaflet-vector-tile-layer",
"version": "0.1.3",
"whileInstalling": {
"name": "PPCV-frontend",
"version": "1.0.0",
"path": "D:\\Users\\marco\\Documents\\GitHub\\Arpav-PPCV"
},
"location": "node_modules/react-leaflet-vector-tile-layer",
"isWorkspace": false,
"dependents": [
{
"type": "prod",
"name": "react-leaflet-vector-tile-layer",
"spec": "0.1.3",
"from": {
"location": "D:\\Users\\marco\\Documents\\GitHub\\Arpav-PPCV"
}
}
]
}
},
"strictPeerDeps": false,
"force": false
}