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

Angular version incompatibilities #1

Open
rajputav opened this issue Jul 22, 2015 · 6 comments
Open

Angular version incompatibilities #1

rajputav opened this issue Jul 22, 2015 · 6 comments
Assignees

Comments

@rajputav
Copy link

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 "

@sanketsahu
Copy link
Contributor

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:

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 program:

"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 "


Reply to this email directly or view it on GitHub.

@sanketsahu
Copy link
Contributor

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:

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 program:

"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 "


Reply to this email directly or view it on GitHub.

@rajputav
Copy link
Author

I tried options 3 and 4 and they led to the demo running incorrectly with
the above message. However, the demo worked correctly when I selected
option 2.

On Wed, Jul 22, 2015 at 9:26 PM, Kumar Sanket (aka Sanket Sahu) <
[email protected]> wrote:

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:

  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 program:

"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
"


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
#1 (comment)
.

@sanketsahu
Copy link
Contributor

@sankhadeeproy007 We need to freeze the version of Angular here. That's causing the problem.

@murrekatt
Copy link

murrekatt commented May 10, 2017

@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.

@sanketsahu
Copy link
Contributor

@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.

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

4 participants