You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2018/08/23 01:55:02 UTC

[GitHub] little-cui closed pull request #426: SCB-863 build script for docker image gives an error

little-cui closed pull request #426: SCB-863 build script for docker image gives an error
URL: https://github.com/apache/incubator-servicecomb-service-center/pull/426
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/scripts/build/tools.sh b/scripts/build/tools.sh
index dbf609d1..325b35de 100644
--- a/scripts/build/tools.sh
+++ b/scripts/build/tools.sh
@@ -93,7 +93,7 @@ frontend_deps() {
 
     ## Download the frontend dependencies using bower
     cd frontend/app
-    bower install
+    bower install --allow-root
     cd ../..
 }
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services