From 5d853bc4d4df1cd095588f295c262c5c5e493c07 Mon Sep 17 00:00:00 2001 From: horochx <32632779+horochx@users.noreply.github.com> Date: Fri, 10 May 2019 12:52:21 +0800 Subject: [PATCH] Update .bowerrc Fix Error: bower EINVRES Request to https://bower.herokuapp.com/packages/angular failed with 502 --- .bowerrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bowerrc b/.bowerrc index a13a285b..24dc4049 100644 --- a/.bowerrc +++ b/.bowerrc @@ -1,3 +1,4 @@ { + "registry": "https://registry.bower.io", "directory": "res/bower_components" }