LoginSignup
1
0

More than 5 years have passed since last update.

Unknown switches '--colors, --progress'

Posted at

railsのwebpackerで$ bin/webpack --colors --progressを実行すると、Unknown switches '--watch, --progress, --color'と言われてしまった。

どうも、bundlerの不具合のようで、1.16.xにupdateしたら、$bundle binstub bundler --forceを実行して、bundlerのbinstubを再作成しないといけないらしい。

参考サイト

https://github.com/bundler/bundler/issues/6149
https://techracho.bpsinc.jp/hachi8833/2016_08_24/25037

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