4
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Webpacker::Manifest::MissingEntryErrorが発生した場合

Last updated at Posted at 2022-01-29

最近、よくこんなエラーに遭遇するので、覚書として残します。

環境:
Ruby 3.0.1
Rails 6.1.4

状況:
railsでサーバーを起動し、アクセスすると、以下の画面が表示される。
スクリーンショット 2022-01-29 16.51.18.png

エラーメッセージに書いてあるとおり、アプリ直下の /public/packs/manifest.json が存在してない(もしくは /public/packs/ 自体がない)はず。

解決策:
Webpackerをインストールする

詳細:
Webpackerをインストールする

$ rails webpacker:install

途中、以下のようなメッセージが出た場合は、yで進める

Overwrite /Users/user_name/workspace/app_name/config/webpack/environment.js? (enter "h" for help) [Ynaqdhm]

おまけ:
Webpackerの概要はこちら

4
3
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?