You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by mi...@apache.org on 2019/02/02 10:02:17 UTC

[incubator-dubbo-ops] branch 0.1-release updated: update license, readme

This is an automated email from the ASF dual-hosted git repository.

min pushed a commit to branch 0.1-release
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git


The following commit(s) were added to refs/heads/0.1-release by this push:
     new 4e872e3  update license, readme
4e872e3 is described below

commit 4e872e3d19d3fd275c808ba03f337871f3d5981f
Author: nzomkxia <z8...@gmail.com>
AuthorDate: Sat Feb 2 18:02:46 2019 +0800

    update license, readme
---
 LICENSE      | 3 ---
 NOTICE       | 2 +-
 README.md    | 2 +-
 README_ZH.md | 2 +-
 4 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/LICENSE b/LICENSE
index d119079..3271f3c 100644
--- a/LICENSE
+++ b/LICENSE
@@ -218,6 +218,3 @@ This product bundles files from google material design icons which is licensed u
 For details, see https://github.com/google/material-design-icons/blob/2.2.0/LICENSE
 
 
-
-                 https://github.com/google/material-design-icons
-
diff --git a/NOTICE b/NOTICE
index 87c83b5..fc29873 100644
--- a/NOTICE
+++ b/NOTICE
@@ -4,7 +4,7 @@ Copyright 2018-2019 The Apache Software Foundation
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 
-This product contains code form the google fonts roboto and google material design icons:
+This product contains code form the google fonts roboto:
 
 
 Google Fonts roboto
diff --git a/README.md b/README.md
index c45499b..6f39498 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ service governance follows the version of Dubbo 2.7, and compatible for Dubbo 2.
 3. Build
 
     > - `mvn clean package`  
-    **NOTICE** if a failure like `Cannot find module /xxxx/incubator-dubbo-ops/dubbo-admin-ui/node/node_modules/npm/bin/npm-cli.js`, please run `npm uninstall v9.11.1` first, and repeat this step
+    **NOTICE** if a failure like `Cannot find module /xxxx/incubator-dubbo-ops/dubbo-admin-ui/node/node_modules/npm/bin/npm-cli.js`, please run `npm uninstall v9.11.1`,`rm -rf ~/.npm` first, and repeat this step
 4. Start 
     * `mvn --projects dubbo-admin-server spring-boot:run`  
     OR
diff --git a/README_ZH.md b/README_ZH.md
index 0b0c182..37dd2cc 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -33,7 +33,7 @@
 3. 构建
 
     > - `mvn clean package`  
-    **注意** 如果出现 `Cannot find module '/xxx/incubator-dubbo-ops/dubbo-admin-ui/node/node_modules/npm/bin/npm-cli.js`,请先执行`npm uninstall v9.11.1`, 再执行本步骤
+    **注意** 如果出现 `Cannot find module '/xxx/incubator-dubbo-ops/dubbo-admin-ui/node/node_modules/npm/bin/npm-cli.js`,请先执行`npm uninstall v9.11.1`, `rm -rf ~/.npm`, 再执行本步骤
 4. 启动 
    * `mvn --projects dubbo-admin-server spring-boot:run`   
    或者