vagrant環境で「bundle install --without production」とするとエラー
Could not load the 'listen' gem. Add `gem 'listen'` to the development group of your Gemfile (LoadError)
解決方法
bundle config --delete without
bundle config --delete with
bundle install
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
vagrant環境で「bundle install --without production」とするとエラー
Could not load the 'listen' gem. Add `gem 'listen'` to the development group of your Gemfile (LoadError)
解決方法
bundle config --delete without
bundle config --delete with
bundle install
Register as a new user and use Qiita more conveniently
Go to list of users who liked