質問編集履歴

1

エラーメッセージの追記

2023/01/21 13:15

投稿

keroropper
keroropper

スコア3

test CHANGED
File without changes
test CHANGED
@@ -70,7 +70,12 @@
70
70
  return __webpack_require__(__webpack_require__.s = "./app/javascript/packs/application.js");
71
71
 
72
72
  ```
73
-
73
+ サーバー
74
+ ```
75
+ [Webpacker] Compiling…
76
+ [Webpacker] Compilation failed:
77
+ [webpack-cli] TypeError: Cannot read properties of undefined (reading 'getArguments')
78
+ ```
74
79
  ### 該当のソースコード
75
80
  _header.html.erb
76
81
  ```