angular-auto-complete icon indicating copy to clipboard operation
angular-auto-complete copied to clipboard

Bower error

Open baltechies opened this issue 6 years ago • 1 comments

bower install angular-auto-complete bower EINVRES Request to https://bower.herokuapp.com/packages/angular-auto-complete failed with 502

baltechies avatar Jul 06 '18 09:07 baltechies

You need to update your bower using npm install -g bower as stated in the response.

In any case its better to migrate away from bower as the warning suggests...

$ npm install -g bower
npm WARN deprecated [email protected]: We dont recommend using Bower for new projects.
Please consider Yarn and Webpack or Parcel. You can read how to migrate legacy project here:
https://bower.io/blog/2017/how-to-migrate-away-from-bower/

vickramravichandran avatar Jul 07 '18 03:07 vickramravichandran