0
0

Rails6で、Webpacker::Manifest::MissingEntryErrorの解消

Posted at

railsで、Gemのdeviseを使う時に、起こりがちのエラー Webpacker::Manifest::MissingEntryErrorの解消について。

よく、いろんな記事に載っている、以下のコマンドを実行してもエラーが解消されない。
rails webpacker:install
rails webpacker:compile

nodeのバージョンが20だったのですが、
14に下げることで治りました。

使用できるバージョンは以下のコマンドで確認。
n ls-remote --all

以下で、バージョンのダウングレードをする。
sudo n 14.0.0

すると、治りました。

0
0
0

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
0
0