質問編集履歴
1
エラーコードの更新
title
CHANGED
File without changes
|
body
CHANGED
@@ -7,32 +7,30 @@
|
|
7
7
|
```AWSAmplifyConsole
|
8
8
|
# Starting phase: preBuild
|
9
9
|
# Executing command: yarn install
|
10
|
-
2021-09-
|
10
|
+
2021-09-29T08:53:07.517Z [INFO]: yarn install v1.22.0
|
11
|
-
2021-09-
|
11
|
+
2021-09-29T08:53:07.603Z [INFO]: [1/4] Resolving packages...
|
12
|
-
2021-09-
|
12
|
+
2021-09-29T08:53:08.112Z [INFO]: [2/4] Fetching packages...
|
13
|
-
2021-09-
|
13
|
+
2021-09-29T08:53:24.049Z [INFO]: info fsevents@2.3.2: The platform "linux" is incompatible with this module.
|
14
|
-
2021-09-
|
14
|
+
2021-09-29T08:53:24.054Z [INFO]: info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation.
|
15
|
-
2021-09-
|
15
|
+
2021-09-29T08:53:24.067Z [INFO]: info fsevents@1.2.13: The platform "linux" is incompatible with this module.
|
16
16
|
info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
|
17
|
-
2021-09-
|
18
|
-
2021-09-
|
19
|
-
2021-09-
|
20
|
-
2021-09-
|
21
|
-
2021-09-29T07:49:50.794Z [INFO]: [4/4] Building fresh packages...
|
22
|
-
2021-09-29T07:49:51.403Z [INFO]: Done in 29.37s.
|
23
|
-
2021-09-29T07:49:51.432Z [INFO]: # Completed phase: preBuild
|
17
|
+
2021-09-29T08:53:24.078Z [INFO]: [3/4] Linking dependencies...
|
18
|
+
2021-09-29T08:53:39.021Z [INFO]: [4/4] Building fresh packages...
|
19
|
+
2021-09-29T08:53:39.701Z [INFO]: Done in 32.19s.
|
20
|
+
2021-09-29T08:53:39.731Z [INFO]: # Completed phase: preBuild
|
24
21
|
# Starting phase: build
|
25
|
-
2021-09-
|
22
|
+
2021-09-29T08:53:39.731Z [INFO]: # Executing command: yarn run build
|
26
|
-
2021-09-
|
23
|
+
2021-09-29T08:53:39.857Z [INFO]: yarn run v1.22.0
|
27
|
-
2021-09-
|
24
|
+
2021-09-29T08:53:39.883Z [INFO]: $ react-scripts build
|
28
|
-
2021-09-
|
25
|
+
2021-09-29T08:53:41.015Z [INFO]: Creating an optimized production build...
|
29
|
-
2021-09-
|
26
|
+
2021-09-29T08:53:42.170Z [INFO]: Failed to compile.
|
30
|
-
2021-09-
|
27
|
+
2021-09-29T08:53:42.172Z [INFO]: ./src/App.js
|
31
28
|
Cannot find file './components/router/Router' in './src'.
|
32
|
-
2021-09-
|
29
|
+
2021-09-29T08:53:42.189Z [WARNING]: error Command failed with exit code 1.
|
33
|
-
2021-09-
|
30
|
+
2021-09-29T08:53:42.190Z [INFO]: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
|
34
|
-
2021-09-
|
31
|
+
2021-09-29T08:53:42.196Z [ERROR]: !!! Build failed
|
35
|
-
2021-09-
|
32
|
+
2021-09-29T08:53:42.196Z [ERROR]: !!! Non-Zero Exit Code detected
|
36
|
-
2021-09-
|
33
|
+
2021-09-29T08:53:42.196Z [INFO]: # Starting environment caching...
|
37
|
-
2021-09-
|
34
|
+
2021-09-29T08:53:42.197Z [INFO]: # Environment caching completed
|
35
|
+
Terminating logging...
|
38
36
|
```
|