Skip to content

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

Closed
ErikEvenson opened this issue Nov 11, 2014 · 4 comments
Closed

Angular version conflict #693

ErikEvenson opened this issue Nov 11, 2014 · 4 comments

Comments

@ErikEvenson
Copy link

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.

Unable to find a suitable version for angular, please choose one:
    1) angular#~1.2.6 which resolved to 1.2.26 and is required by angular-socket-io#0.6.0 
    2) angular#1.3.2 which resolved to 1.3.2 and is required by angular-cookies#1.3.2, angular-mocks#1.3.2, angular-resource#1.3.2, angular-sanitize#1.3.2, angular-scenario#1.3.2 
    3) angular#>=1.2.* which resolved to 1.3.2 and is required by example2 
    4) angular#>=1 which resolved to 1.3.2 and is required by angular-bootstrap#0.11.2 
    5) angular#>= 1.0.8 which resolved to 1.3.2 and is required by angular-ui-router#0.2.11
@Awk34
Copy link
Member

Awk34 commented Nov 11, 2014

Do you have any reason to not use the latest version?

@ErikEvenson
Copy link
Author

Absolutely not. But 1.3.2 is not compatible with angular-socket-io 0.6.0 -- which is being required by the generator.

@sigriston
Copy link
Contributor

@ErikEvenson this is #654 (fixed in canary).
I think generated projects work okay-ish with Angular 1.3 (worst-case scenario, you can make them work with some changes) but the bigger issue (IMHO) is that it breaks tests due to bower install no longer being non-interactive.

@ErikEvenson
Copy link
Author

Thanks @sigriston -- that is certainly the same issue. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants