-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheresolve-report.txt
72 lines (66 loc) · 2.01 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
# npm resolution error report
2021-06-11T05:00:54.095Z
While resolving: [email protected]
Found: [email protected]
node_modules/eslint
eslint@"^6.8.0" from the root project
Could not resolve dependency:
peer eslint@"^4.19.1 || ^5.3.0" from [email protected]
node_modules/eslint-config-airbnb
eslint-config-airbnb@"^17.1.1" 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": "eslint",
"version": "6.8.0",
"whileInstalling": {
"name": "PlatziVideo",
"version": "1.0.0",
"path": "F:\\Cursos Programación\\Platzi\\Escuela de JavaScript\\12. Curso de Server Side Render con Express\\PlatziVideo"
},
"location": "node_modules/eslint",
"dependents": [
{
"type": "prod",
"name": "eslint",
"spec": "^6.8.0",
"from": {
"location": "F:\\Cursos Programación\\Platzi\\Escuela de JavaScript\\12. Curso de Server Side Render con Express\\PlatziVideo"
}
}
]
},
"edge": {
"type": "peer",
"name": "eslint",
"spec": "^4.19.1 || ^5.3.0",
"error": "INVALID",
"from": {
"name": "eslint-config-airbnb",
"version": "17.1.1",
"whileInstalling": {
"name": "PlatziVideo",
"version": "1.0.0",
"path": "F:\\Cursos Programación\\Platzi\\Escuela de JavaScript\\12. Curso de Server Side Render con Express\\PlatziVideo"
},
"location": "node_modules/eslint-config-airbnb",
"dependents": [
{
"type": "prod",
"name": "eslint-config-airbnb",
"spec": "^17.1.1",
"from": {
"location": "F:\\Cursos Programación\\Platzi\\Escuela de JavaScript\\12. Curso de Server Side Render con Express\\PlatziVideo"
}
}
]
}
},
"peerConflict": null,
"strictPeerDeps": false,
"force": false
}