Related to this Rails issue: https://github.com/rails/rails/issues/28573
Webpacker 1.0 gem ships without the webpack:install:vue rake task, so on Rails 5.1.0.rc1 rails new rails_vue --webpack=vue fails.
Replacing gem 'webpacker' with gem 'webpacker', github: 'rails/webpacker' makes the rake task webpacker:install:vue available, fixing this issue.
Going to cut a 1.1 release.
On Mar 25, 2017, at 16:29, Maurizio De Santis notifications@github.com wrote:
Related to this Rails issue: rails/rails#28573
Webpacker 1.0 gem ships without the webpack:install:vue rake task, so rails new rails_vue --webpack=vue fails.
Replacing gem 'webpacker' with gem 'webpacker', github: 'rails/webpacker' in the Gemfile fixes the issue.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Released
Most helpful comment
Going to cut a 1.1 release.