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

in `require': cannot load such file -- spree_promo (LoadError) #17

Closed
alanalvespi opened this issue Sep 8, 2014 · 4 comments
Closed

Comments

@alanalvespi
Copy link

when executing the command "bundle exec rails g spree_store_credits:install" in the terminal, I got the following error
~/.rvm/gems/ruby-2.1.2@global/gems/polyglot-0.3.5/lib/polyglot.rb:65:in `require': cannot load such file -- spree_promo (LoadError)

Any help?

@athal7
Copy link
Contributor

athal7 commented Sep 8, 2014

@alanalvespi can you include what the gemfile is in the project you are trying to install this in? i don't think there is anything about spree_promo in this repo

@alanalvespi
Copy link
Author

@athal7 sure
gem 'spree_store_credits'

@JDutil
Copy link
Member

JDutil commented Sep 8, 2014

You need to point to the git repo:
gem 'spree_store_credits', github: 'spree-contrib/spree_store_credit_payment_method'

I'll update the readme.

@JDutil JDutil closed this as completed Sep 8, 2014
@alanalvespi
Copy link
Author

Thank you @JDutil
In addition I specified the branch: '2-3-stable' to make it work

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