-
Notifications
You must be signed in to change notification settings - Fork 280
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
ECONFLICT Unable to find suitable version for angular #208
Comments
It looks like you have a cached version of Angular: 1.0.8. What happens if you uninstall it and clean your npm cache? It's possible that this thread is related to your issue: bower/bower#866 |
I tried the following:
And then I tried to install Toaster, but still conflict.
It doesn't work as well.
|
When I used your Unable to find a suitable version for angular, please choose one:
1) angular#1.5.3 which resolved to 1.5.3 and is required by demo
2) angular#^1.0.8 which resolved to 1.5.3 and is required by angular-ui-router#0.2.18
3) angular#>1.2.6 which resolved to 1.5.3 and is required by AngularJS-Toaster#2.0.0
4) angular#1.5.5 which resolved to 1.5.5 and is required by angular-animate#1.5.5
Prefix the choice with ! to persist it to bower.json It looks like the issue here is actually
|
That was it. Issue solved. |
Glad that helped! |
@Stabzs i have same problem
but in console i am getting errors in aria.js, message.js. |
@usmansaleh this doesn't sound like an AngularJS-toaster issue. That said I would recommend you try the same troubleshooting steps I outlined above. |
For Windows user, running using git bash in Windows, was causing this issue. Running |
When I write in GIT Bash:
$ bower install angularjs-toaster --save
The following appear:
As you can see the last row, I get an error.
And this is my bower.json:
Can anyone tell me what is the problem?
The text was updated successfully, but these errors were encountered: