coorasse / passkit

Wallet Pass generation for Ruby On Rails
MIT License
90 stars 27 forks source link

rails can't find install generator #9

Closed masukomi closed 1 year ago

masukomi commented 1 year ago

after running bundle install and seeing success messages regarding passkit

❯ rails g passkit:install
Could not find generator 'passkit:install'.
Run `bin/rails generate --help` for more options.
rsempe commented 1 year ago

just tried and it works for me with passkit (0.5.1)

coorasse commented 1 year ago

@masukomi is it possible an issue with spring? Did you try to stop spring and run the command again?