EINVRES Request to https://bower.herokuapp.com/packages/ failed with 502

后端 未结 5 1033
暖寄归人
暖寄归人 2020-12-22 19:38

Bower install fails with 502 - Bad Gateway when downloading bower packages.

For example bower install for ember library gives following response in command line.

5条回答
  •  暖寄归人
    2020-12-22 19:58

    Simplest solution is to just upgrade bower to latest version

    If installed via NPM:

    npm i -g bower
    

提交回复
热议问题