Skip to content

Angular version incompatibilities #1

@rajputav

Description

@rajputav

On a simple clone of the repository, upon running bower install, I get the following message to the console:

"bower resolution Unsuitable resolution declared for angular: 1.3.14

Unable to find a suitable version for angular, please choose one:
1) angular#~1.2 which resolved to 1.2.28 and is required by angular-snap#1.8.3
2) angular#1.3.17 which resolved to 1.3.17 and is required by angular-animate#1.3.17, angular-mocks#1.3.17
3) angular#^1.3.0 which resolved to 1.4.3 and is required by yapp
4) angular#>= 1.0.8 which resolved to 1.4.3 and is required by ui-router#0.2.15"

To resolve this, I selected option 2. Options 3 and 4 lead to the following unresolved dependency error in the browser console upon attempt to run the project:

"Uncaught Error: [$injector:unpr] Unknown provider: $$asyncCallbackProvider <- $$asyncCallback <- $animate <- $compile
http://errors.angularjs.org/1.4.3/$injector/unpr?p0=%24%24asyncCallbackProvider%20%3C-%20%24%24asyncCallback%20%3C-%20%24animate%20%3C-%20%24compile "

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions