-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not find generator 'devise_token_auth:install' #768
Comments
This issue is resolved by restarting the computer. Closing. |
@lukeipanda the mystery of why this wasn't closed shall haunt me |
This is currently happening with me:
Can we re-open this? |
@luispcosta did you try restarting your computer? |
@luispcosta I was able to resolve this issue by stopping spring. 😄 |
I was also able to do this by stopping and removing spring, which is a pretty high barrier to entry. Perhaps the README should include instructions explaining that you will have to remove spring or restart your computer as a prerequisite to proceeding past |
@samnissen how about a patch that makes this lib play nice with spring :)? We'd also take a PR to the README if you have limited time! |
rails g devise_token_auth:install User auth
Running via Spring preloader in process 57673
Could not find generator 'devise_token_auth:install'. Maybe you meant 'rspec:install', 'integration_test' or 'test_unit:model'
Run rails generate --help for more options.
I'm having this problem now. Database pg. Adapter postgis.
Using rails 5.0.0.1
Using devise 4.2.0
Using devise_token_auth 0.1.39
Using omniauth 1.3.1
The text was updated successfully, but these errors were encountered: