LoginSignup
5
1

More than 5 years have passed since last update.

Rails 5 webpackerで webpack-dev-serverが動かなくなった時のメモ

Posted at

Rails5 + webpack(webpacker)で、npm installとかした時にwebpack-dev-serverが以下のようなログはいて動かなくなるのでその時の対処法のメモ。

/bundler/gems/webpacker-aa885545e4a8/lib/webpacker/dev_server_runner.rb:47:in `exec': No such file or directory - /(perjectのパス)/node_modules/.bin/webpack-dev-server (Errno::ENOENT)

webpackerをyarnでアップグレードすると治る

yarn upgrade webpacker
5
1
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
5
1