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

bower 版本太低,須要升級爲最新bower版本,npm

若是升級版本後依然沒法使用,更改.bowerrc配置,以下所示json

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

.bowerrc文件能夠位於bower.json和bower_components文件夾所在的文件夾中。若是它不存在,你能夠製做一個。spa

方法一:用cmd命令建立文件以下命令行

type null >.bowerrccode

 

若是返回錯誤提示信息也不要緊,由於仍是能建立成功!component

方法二:blog

首先進入項目目錄下,新建文件1.txtssl

而後命令行進入項目目錄下,輸入命令重命名該文件爲.bowerrcbower

rename 1.txt .bowerrc

也是能夠的cmd

方法三:

用命令安裝,選擇MVC項目,輸入命令npm install -g bower

相關文章
相關標籤/搜索