-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Angular version conflict #693
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
Comments
Do you have any reason to not use the latest version? |
Absolutely not. But 1.3.2 is not compatible with angular-socket-io 0.6.0 -- which is being required by the generator. |
@ErikEvenson this is #654 (fixed in canary). |
Thanks @sigriston -- that is certainly the same issue. Closing. |
When I run the generator, I seem to get a bower version conflict for angular. Seems the generator is trying to use some angular 1.3 components (angular cookies 1.3.2 for example) and a version of angular-socket-io that requires 1.2.6.
The text was updated successfully, but these errors were encountered: