LoginSignup
2
0

More than 1 year has passed since last update.

rails webpacker:installのエラーで躓いた時の対処法

Last updated at Posted at 2022-03-21

rails webpacker:installでエラー

rails webpacker:install
を実行したところ

rails webpacker:install
rails aborted!
Don't know how to build task 'webpacker:install' (See the list of available tasks with `rails --tasks`)

上記エラーが表示されてた。

対処法

Gemfileに
gem 'webpacker', '~> 3.0'
を追記してbundle update を行いその後改めてrails webpacker:installで解決した。

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