ボールドテキストwindows10 home
rails6
ruby2.7
docker
dockerでlocalhostにアクセスしたのですがこのようなエラーが出てしまいます。
何かわかる方は回答お願いします。
ほかに載せるべきファイルがあったらコメントお願いします。
ActionView::Template::Error (Webpacker can't find application in /Code-sell/public/packs/manifest.json. Possible causes:
webpacker.yml
1default: &default 2 source_path: app/javascript 3 source_entry_path: packs 4 public_root_path: public 5 public_output_path: packs 6 cache_path: tmp/cache/webpacker 7 check_yarn_integrity: false 8 webpack_compile_output: true 9 compile: true
docker-compose run web bundle exec rails webpacker:install
は実行済み
web_1 | [Webpacker] Compiling... web_1 | [Webpacker] Compilation failed: web_1 | yarn run v1.22.5 web_1 | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. web_1 | web_1 | web_1 | error Command "webpack" not found. web_1 | web_1 | Completed 500 Internal Server Error in 1389ms (ActiveRecord: 0.0ms | Allocations: 9342)
あなたの回答
tips
プレビュー