質問編集履歴

1

内容の修正

2021/05/01 11:56

投稿

tester_00
tester_00

スコア1

test CHANGED
@@ -1 +1 @@
1
- テスト投稿についてあああ
1
+ npm run startで起こるエラー
test CHANGED
@@ -1,49 +1,33 @@
1
- ### 前提・実現したいこと
1
+ ```
2
+
3
+ Error: Could not find a production build in the '/Users/**/.next' directory. Try building your app with 'next build' before starting the production server. https://nextjs.org/docs/messages/production-start-no-build-id
4
+
5
+ at Server.readBuildId (/Users/**/node_modules/next/dist/next-server/server/next-server.js:150:355)
6
+
7
+ at new Server (/Users/**/node_modules/next/dist/next-server/server/next-server.js:3:120)
8
+
9
+ at NextServer.createServer (/Users/**/node_modules/next/dist/server/next.js:1:2935)
10
+
11
+ at async /Users/**/node_modules/next/dist/server/next.js:1:3360
12
+
13
+ npm ERR! code ELIFECYCLE
14
+
15
+ npm ERR! errno 1
16
+
17
+ npm ERR! with-typescript@1.0.0 start: `next start`
18
+
19
+ npm ERR! Exit status 1
20
+
21
+ npm ERR!
22
+
23
+ npm ERR! Failed at the with-typescript@1.0.0 start script.
24
+
25
+ npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
2
26
 
3
27
 
4
28
 
5
- ここに質問の内容を詳しく書いてください。
29
+ npm ERR! A complete log of this run can be found in:
6
30
 
7
- (例)PHP(CakePHP)で●●なシステムを作っています。
31
+ npm ERR! /Users/**/.npm/_logs/2021-05-01T09_17_29_090Z-debug.log
8
-
9
- ■■な機能を実装中に以下のエラーメッセージが発生しました。
10
-
11
-
12
-
13
- ### 発生している問題・エラーメッセージ
14
-
15
-
16
32
 
17
33
  ```
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
- ### 補足情報(FW/ツールのバージョンなど)
46
-
47
-
48
-
49
- ここにより詳細な情報を記載してください。