-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uninitialized constant Spree::Theme::CURRENT_THEME_PATH (NameError) #18
Comments
Hi @99cm After adding the gem and
I hope this works. |
I will try. Thank you very much. If the steps work, I'll close this issue. |
after 'bundle install', tried 'bundle exec rails g vinsol_spree_themes:install' terminal displayed a similar error: |
Hi @99cm Can you please specify the spree version and ruby version you are using?? |
We are using Ruby 2.5.0 and Spree 3.4.4. |
Hi @99cm Can you please send the complete gemfile of your application so that we can replicate the issue and help you further. Thank you |
@himanshumishra31 Attachment Gemfile.txt Those commented out gems are not able to complete installation. |
Hi @99cm I used your gemfile and it's working fine for me so i couldn't replicate the issue. Thank you |
run: rails db:migrate
brought the error
app/controllers/spree/store_controller_decorator.rb:1:in `<top (required)>': uninitialized constant Spree::Theme::CURRENT_THEME_PATH (NameError)
The text was updated successfully, but these errors were encountered: