jadjoubran / laravel5-angular-material-starter

Get started with Laravel 5.3 and AngularJS (material)
https://laravel-angular.readme.io/
MIT License
1.66k stars 400 forks source link

Getting Error in bower install #452

Closed kingvish closed 7 years ago

kingvish commented 7 years ago

Getting error in bower install. error

flick36 commented 7 years ago

That's not an error .-.. It's just a bower resolution.

When you specify dependencies(in this case Angular) for you app via Bower, some of the packages might rely on different versions of the same library. You will have to resolve what version of libraries your app actually wants. In other words, you break the tie. Read More

In other words just select a number on wich angular dependency you want, probably you'll want the most newer in this case, number 2: angular#1.6.0

kingvish commented 7 years ago

Got it, Thank you!

hezll commented 7 years ago

add --force (when conflict) bower install --force angular-xxx