質問編集履歴

1

回答の試行

2022/10/11 15:51

投稿

shintani08
shintani08

スコア3

test CHANGED
File without changes
test CHANGED
@@ -82,4 +82,39 @@
82
82
 
83
83
  ### 備考
84
84
  不足している情報があれば追記するので教えていただきますようお願い致します。
85
+ 回答ありがとうございます。回答を試して出Actionsでのエラーになります。
86
+ ```
87
+ Run yarn build && touch ./out/.nojekyll
88
+ yarn run v1.22.19
89
+ $ next build
90
+ warn - No build cache found. Please configure build caching for faster rebuilds. Read more: https://nextjs.org/docs/messages/no-cache
91
+ Attention: Next.js now collects completely anonymous telemetry regarding usage.
92
+ This information is used to shape Next.js' roadmap and prioritize features.
93
+ You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
94
+ https://nextjs.org/telemetry
85
95
 
96
+ info - Linting and checking validity of types...
97
+ warn - The Next.js plugin was not detected in your ESLint configuration. See https://nextjs.org/docs/basic-features/eslint#migrating-existing-config
98
+ info - Creating an optimized production build...
99
+ info - Compiled successfully
100
+ info - Collecting page data...
101
+ info - Generating static pages (0/3)
102
+ info - Generating static pages (3/3)
103
+ info - Finalizing page optimization...
104
+
105
+ Route (pages) Size First Load JS
106
+ ┌ ○ / 41.3 kB 119 kB
107
+ ├ /_app 0 B 78 kB
108
+ └ ○ /404 182 B 78.2 kB
109
+ + First Load JS shared by all 78.3 kB
110
+ ├ chunks/framework-ed075df0e0b45174.js 45.5 kB
111
+ ├ chunks/main-e7a7892cb0edc024.js 31 kB
112
+ ├ chunks/pages/_app-26d2fe1e69b98d42.js 503 B
113
+ ├ chunks/webpack-7e0a04d6d1a844f2.js 1.04 kB
114
+ └ css/ab44ce7add5c3d11.css 247 B
115
+
116
+ ○ (Static) automatically rendered as static HTML (uses no initial props)
117
+
118
+ Done in 17.63s.
119
+ touch: cannot touch './out/.nojekyll': No such file or directory
120
+ Error: Process completed with exit code 1.