From 2651aae84712343d5f4fd28fad8c1b73d90c42b1 Mon Sep 17 00:00:00 2001 From: peter-no Date: Mon, 4 May 2020 15:01:03 +0800 Subject: [PATCH] window npm install error --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64bae23..f98bf37 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,10 @@ ```bash git clone https://gitee.com/pnoker/dc3-web.git cd dc3-web -npm install + +#这步至关重要,请务必使用 cnpm 进行 install +npm install -g cnpm --registry=https://registry.npm.taobao.org +cnpm install # run npm run serve