質問編集履歴
1
エラーコードの更新
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,60 +16,56 @@
|
|
16
16
|
|
17
17
|
# Executing command: yarn install
|
18
18
|
|
19
|
-
2021-09-29T0
|
19
|
+
2021-09-29T08:53:07.517Z [INFO]: yarn install v1.22.0
|
20
20
|
|
21
|
-
2021-09-29T0
|
21
|
+
2021-09-29T08:53:07.603Z [INFO]: [1/4] Resolving packages...
|
22
22
|
|
23
|
-
2021-09-29T0
|
23
|
+
2021-09-29T08:53:08.112Z [INFO]: [2/4] Fetching packages...
|
24
24
|
|
25
|
-
2021-09-29T0
|
25
|
+
2021-09-29T08:53:24.049Z [INFO]: info fsevents@2.3.2: The platform "linux" is incompatible with this module.
|
26
26
|
|
27
|
-
2021-09-29T0
|
27
|
+
2021-09-29T08:53:24.054Z [INFO]: info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation.
|
28
28
|
|
29
|
-
2021-09-29T0
|
29
|
+
2021-09-29T08:53:24.067Z [INFO]: info fsevents@1.2.13: The platform "linux" is incompatible with this module.
|
30
30
|
|
31
31
|
info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
|
32
32
|
|
33
|
-
2021-09-29T0
|
33
|
+
2021-09-29T08:53:24.078Z [INFO]: [3/4] Linking dependencies...
|
34
34
|
|
35
|
-
2021-09-29T0
|
35
|
+
2021-09-29T08:53:39.021Z [INFO]: [4/4] Building fresh packages...
|
36
36
|
|
37
|
-
2021-09-29T0
|
37
|
+
2021-09-29T08:53:39.701Z [INFO]: Done in 32.19s.
|
38
38
|
|
39
|
-
2021-09-29T07:49:37.524Z [WARNING]: warning " > styled-components@5.3.1" has unmet peer dependency "react-is@>= 16.8.0".
|
40
|
-
|
41
|
-
2021-09-29T07:49:50.794Z [INFO]: [4/4] Building fresh packages...
|
42
|
-
|
43
|
-
2021-09-29T07:49:51.403Z [INFO]: Done in 29.37s.
|
44
|
-
|
45
|
-
2021-09-29T0
|
39
|
+
2021-09-29T08:53:39.731Z [INFO]: # Completed phase: preBuild
|
46
40
|
|
47
41
|
# Starting phase: build
|
48
42
|
|
49
|
-
2021-09-29T0
|
43
|
+
2021-09-29T08:53:39.731Z [INFO]: # Executing command: yarn run build
|
50
44
|
|
51
|
-
2021-09-29T0
|
45
|
+
2021-09-29T08:53:39.857Z [INFO]: yarn run v1.22.0
|
52
46
|
|
53
|
-
2021-09-29T0
|
47
|
+
2021-09-29T08:53:39.883Z [INFO]: $ react-scripts build
|
54
48
|
|
55
|
-
2021-09-29T0
|
49
|
+
2021-09-29T08:53:41.015Z [INFO]: Creating an optimized production build...
|
56
50
|
|
57
|
-
2021-09-29T0
|
51
|
+
2021-09-29T08:53:42.170Z [INFO]: Failed to compile.
|
58
52
|
|
59
|
-
2021-09-29T0
|
53
|
+
2021-09-29T08:53:42.172Z [INFO]: ./src/App.js
|
60
54
|
|
61
55
|
Cannot find file './components/router/Router' in './src'.
|
62
56
|
|
63
|
-
2021-09-29T0
|
57
|
+
2021-09-29T08:53:42.189Z [WARNING]: error Command failed with exit code 1.
|
64
58
|
|
65
|
-
2021-09-29T0
|
59
|
+
2021-09-29T08:53:42.190Z [INFO]: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
|
66
60
|
|
67
|
-
2021-09-29T0
|
61
|
+
2021-09-29T08:53:42.196Z [ERROR]: !!! Build failed
|
68
62
|
|
69
|
-
2021-09-29T0
|
63
|
+
2021-09-29T08:53:42.196Z [ERROR]: !!! Non-Zero Exit Code detected
|
70
64
|
|
71
|
-
2021-09-29T0
|
65
|
+
2021-09-29T08:53:42.196Z [INFO]: # Starting environment caching...
|
72
66
|
|
73
|
-
2021-09-29T0
|
67
|
+
2021-09-29T08:53:42.197Z [INFO]: # Environment caching completed
|
68
|
+
|
69
|
+
Terminating logging...
|
74
70
|
|
75
71
|
```
|