Skip to content
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

bower doesn't run during generator tests #654

Closed
sigriston opened this issue Oct 22, 2014 · 0 comments
Closed

bower doesn't run during generator tests #654

sigriston opened this issue Oct 22, 2014 · 0 comments
Labels

Comments

@sigriston
Copy link
Contributor

Ever since angular 1.3 hit bower (I think), the version spec of ">=1.2.*" causes angular 1.3.0 to be installed. However, package angular-socket-io still depends on "~1.2.6" causing a conflict.

During the generator tests, since bower cannot prompt the user for conflict resolution, no packages are installed, causing client tests to fail.

sigriston added a commit to sigriston/generator-angular-fullstack that referenced this issue Oct 22, 2014
Change angular version spec from ">=1.2.*" to "~1.2" to ensure generator
tests run before migration to 1.3 is completed.

Closes angular-fullstack#654.
@JaKXz JaKXz added the bug label Oct 24, 2014
@Awk34 Awk34 closed this as completed Jul 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants