rails / thor

Thor is a toolkit for building powerful command-line interfaces.
http://whatisthor.com/
MIT License
5.12k stars 553 forks source link

rails webpacker, TypeError: superclass mismatch for class Command #749

Closed SufyanIqbal1622 closed 3 years ago

SufyanIqbal1622 commented 3 years ago

sufyaniqbal@ali-ThinkPad-T440s:~/collabfield$ rails webpacker:install rails aborted! TypeError: superclass mismatch for class Command

SufyanIqbal1622 commented 3 years ago

my issue resolved by doing simple 2 things bundle install bundle exec rails webpacker:install