tekitoumemo’s diary

思ったことを書くだけ。長文版Twitter

rails sでWebpacker configuration file not found

令和になってこれやってるワロタ😇
railsguides.jp

Rails6でrails sすると

Webpacker configuration file not found .. etc

Webpackerってなんやねんって思ったらwebpack関連のやつ

でこれ

rails webpacker:install

yarn入れてない人はこれがでる

Yarn not installed.  etc.

yarnいれて再度実行

brew install yarn
rails webpacker:install

で起動

rails s

素直にwebpack使わせてくれればいいのに。。