Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Generator not working in latest spree version #154

Closed
TechDendron opened this issue Oct 16, 2020 · 1 comment
Closed

Generator not working in latest spree version #154

TechDendron opened this issue Oct 16, 2020 · 1 comment

Comments

@TechDendron
Copy link

Looks like with the latest spree version 4.11.1 the generator is failed to load.

Screenshot 2020-10-16 at 10 09 22 PM

@nnande
Copy link

nnande commented Nov 23, 2020

Hey @TechDendron,
I was unable to reproduce with the setup that you've mentioned. Here's is a fragment of Gemfile with the relevant spree setup used:

Gemfile
...
ruby '2.7.2'
...
gem 'rails', '~> 6.0.3', '>= 6.0.3.4'
...
# Spree gems
gem 'spree',                    '4.1.11 '
gem 'spree_analytics_trackers', '2.0.0'
gem 'spree_auth_devise',        '4.2.0'
gem 'spree_braintree_vzero',    '3.5.1'
gem 'spree_editor',             '0.70.0'
gem 'spree_extension',          '0.0.9'
gem 'spree_gateway',            '3.8.0'

Can you please make sure that:

  • spree_editor gem is declared explicitly within your application's Gemfile?
  • bundle exec rails g spree:install was called first?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants