Request to https://bower.herokuapp.com failed with 502
Posted djd66
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
如果返回错误提示信息也没关系,因为还是能创建成功!
方法二:
首先进入项目目录下,新建文件1.txt
然后命令行进入项目目录下,输入命令重命名该文件为.bowerrc
:
rename 1.txt .bowerrc
也是可以的
方法三:
用命令安装,选择MVC项目,输入命令npm install -g bower
以上是关于Request to https://bower.herokuapp.com failed with 502的主要内容,如果未能解决你的问题,请参考以下文章
WARN checkPermissions Missing write access to /usr/local/lib/node_modules
bower retry Request to xxx failed with ECONNRESET以及bower ECONNRESET Request to xxx failed