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

高斋晓开卷,独共圣人语。这篇文章主要讲述Request to https://bower.herokuapp.com failed with 502相关的知识,希望能为你提供帮助。
bower 版本过低,需要升级为最新bower版本,
如果升级版本后依然无法使用,更改.bowerrc配置,如下所示

{ "directory": "bower_components", "registry": "https://registry.bower.io", "strict-ssl": false }

.bowerrc文件可以位于bower.json和bower_components文件夹所在的文件夹中。如果它不存在,你可以制作一个。
方法一:用cmd命令创建文件如下
type null > .bowerrc
Request to https://bower.herokuapp.com failed with 502

文章图片

【Request to https://bower.herokuapp.com failed with 502】 
如果返回错误提示信息也没关系,因为还是能创建成功!
方法二:
首先进入项目目录下,新建文件1.txt
然后命令行进入项目目录下,输入命令重命名该文件为.bowerrc
rename 1.txt .bowerrc

也是可以的
方法三:
用命令安装,选择MVC项目,输入命令npm install -g bower
Request to https://bower.herokuapp.com failed with 502

文章图片

 

    推荐阅读