From 98b60f056475257a0c6c45fe2059751b0982d948 Mon Sep 17 00:00:00 2001 From: NPM Mirror Bot Date: Sat, 12 Feb 2022 05:56:42 +0000 Subject: [PATCH] update https://registry.npm.taobao.org to https://registry.npmmirror.com --- README.Zh-cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.Zh-cn.md b/README.Zh-cn.md index 9447895f..2c6717cb 100644 --- a/README.Zh-cn.md +++ b/README.Zh-cn.md @@ -217,7 +217,7 @@ env GOOS=linux GOARCH=amd64 go build main.go npm install # 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题 -npm install --registry=https://registry.npm.taobao.org +npm install --registry=https://registry.npmmirror.com # 启动服务 npm run dev