質問編集履歴
4
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
windows10 home
|
1
|
+
**ボールドテキスト**windows10 home
|
2
2
|
|
3
3
|
rails6
|
4
4
|
|
3
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|
2
情報の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -51,3 +51,27 @@
|
|
51
51
|
docker-compose run web bundle exec rails webpacker:install
|
52
52
|
|
53
53
|
は実行済み
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
```
|
58
|
+
|
59
|
+
web_1 | [Webpacker] Compiling...
|
60
|
+
|
61
|
+
web_1 | [Webpacker] Compilation failed:
|
62
|
+
|
63
|
+
web_1 | yarn run v1.22.5
|
64
|
+
|
65
|
+
web_1 | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
|
66
|
+
|
67
|
+
web_1 |
|
68
|
+
|
69
|
+
web_1 |
|
70
|
+
|
71
|
+
web_1 | error Command "webpack" not found.
|
72
|
+
|
73
|
+
web_1 |
|
74
|
+
|
75
|
+
web_1 | Completed 500 Internal Server Error in 1389ms (ActiveRecord: 0.0ms | Allocations: 9342)
|
76
|
+
|
77
|
+
```
|
1
情報の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -9,6 +9,8 @@
|
|
9
9
|
|
10
10
|
|
11
11
|
dockerでlocalhostにアクセスしたのですがこのようなエラーが出てしまいます。
|
12
|
+
|
13
|
+
何かわかる方は回答お願いします。
|
12
14
|
|
13
15
|
ほかに載せるべきファイルがあったらコメントお願いします。
|
14
16
|
|