Support Forum
#supportforum Any doubts or questions on how to use Decidim? Check them with the Community!
Problema con bundle exec rake db:migrate
Hola a todos.
Cuando trato de instalar un módulo en Decidim debo ejecutar un comando algo así
bundle exec rake decidim_calendar:install:migrations
bundle exec rails decidim_term_customizer:install:migrations
Pero me arroja el siguiente error:
rake aborted!
NameError: uninitialized constant GraphQL::Deprecation_ID_TYPE
/home/andres_lopez/decidim_glocation/config/environment.rb:6:in `<main>'
/home/andres_lopez/.rbenv/versions/2.6.6/bin/bundle:23:in `load'
/home/andres_lopez/.rbenv/versions/2.6.6/bin/bundle:23:in `<main>'
Caused by:
NameError: uninitialized constant GraphQL::Deprecation_ID_TYPE
/home/andres_lopez/decidim_glocation/config/environment.rb:6:in `<main>'
/home/andres_lopez/.rbenv/versions/2.6.6/bin/bundle:23:in `load'
/home/andres_lopez/.rbenv/versions/2.6.6/bin/bundle:23:in `<main>'
Tasks: TOP => db:migrate => db:load_config => environment
(See full trace by running task with --trace)
Agradezco a quien me pueda ayudar, saludos.
Report inappropriate content
Is this content inappropriate?
0 comments
Add your comment
Sign in with your account or sign up to add your comment.
Loading comments ...