Marie Lamoureux
09/29/2022, 9:20 AMbundle exec rails g solidus:views:override
and it gives me this error message Could not find generator 'solidus:views:override'.
I created the app with the following command:
rails new \
-d postgresql \
-j webpack \ solidus-test
bundle add solidus
bin/rails g solidus:install
I'm using Rails 7kennyadsl
Marie Lamoureux
09/29/2022, 10:54 AM