-
Notifications
You must be signed in to change notification settings - Fork 119
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
Angular version incompatibilities #1
Comments
You need to select the one suggested by yapp which is option 3. Sent from Outlook On Wed, Jul 22, 2015 at 1:03 PM -0700, "Avinash Rajput" [email protected] wrote: 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:
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 program: "Uncaught Error: [$injector:unpr] Unknown provider: $$asyncCallbackProvider <- $$asyncCallback <- $animate <- $compile — |
If it doesn't solve the the problem. I'll fix it and let you know. Sent from Outlook On Wed, Jul 22, 2015 at 1:03 PM -0700, "Avinash Rajput" [email protected] wrote: 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:
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 program: "Uncaught Error: [$injector:unpr] Unknown provider: $$asyncCallbackProvider <- $$asyncCallback <- $animate <- $compile — |
I tried options 3 and 4 and they led to the demo running incorrectly with On Wed, Jul 22, 2015 at 9:26 PM, Kumar Sanket (aka Sanket Sahu) <
|
@sankhadeeproy007 We need to freeze the version of Angular here. That's causing the problem. |
@sanketsahusoft any plans to maintain this template? I went through to get it to work today and it seems one should freeze the deps and/or update to more recent versions. I can make a PR for my findings/fixes if you maintain this still. Let me know. |
@murrekatt The technologies have changed since we started this project and Angular 1.x is nearing it's end. If you still want to send pull-request. I would be happy to merge it. |
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 "
The text was updated successfully, but these errors were encountered: