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 fc3e272 modify readme
fc3e272 is described below
commit fc3e2721a3c204dabb1834eee15542b74a70bf04
Author: nzomkxia <[email protected]>
AuthorDate: Sun Feb 3 00:26:47 2019 +0800
modify readme
---
README.md | 1 -
README_ZH.md | 1 -
2 files changed, 2 deletions(-)
diff --git a/README.md b/README.md
index 6f39498..87b0e1b 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,6 @@ 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`,`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 37dd2cc..6775781 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -33,7 +33,6 @@
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`, `rm -rf ~/.npm`, 再执行本步骤
4. 启动
* `mvn --projects dubbo-admin-server spring-boot:run`
或者