From e9f0cc92c7afc5cf6e42a72a0d2a9187fa2be960 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Tue, 31 May 2022 15:54:37 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E5=89=8D=E7=AB=AF=E4=BD=BF=E7=94=A8=20?= =?UTF-8?q?`pnpm`=20=E7=AE=A1=E7=90=86=E6=9E=84=E5=BB=BA=20https://github.?= =?UTF-8?q?com/siyuan-note/siyuan/issues/5059?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DEV.md | 2 +- DEV_zh_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DEV.md b/DEV.md index b5dad6d93..d81d56b1c 100644 --- a/DEV.md +++ b/DEV.md @@ -18,7 +18,7 @@ In China, it may be necessary to set the Electron mirror environment variable: NPM mirror: -* May need to use mirror repository in China `pnpm --registry https://r.cnpmjs.org/ i -D --sass_binary_site=https://cnpmjs.org/mirrors/node-sass/` +* May need to use mirror repository in China `pnpm --registry https://r.cnpmjs.org/ i` * Revert to using official repository `pnpm --registry https://registry.npmjs.org i` ## Kernel diff --git a/DEV_zh_CN.md b/DEV_zh_CN.md index 91d65d901..d057922dd 100644 --- a/DEV_zh_CN.md +++ b/DEV_zh_CN.md @@ -18,7 +18,7 @@ NPM 镜像: -* 在中国可能需要使用镜像仓库 `pnpm --registry https://r.cnpmjs.org/ i -D --sass_binary_site=https://cnpmjs.org/mirrors/node-sass/` +* 在中国可能需要使用镜像仓库 `pnpm --registry https://r.cnpmjs.org/ i` * 恢复使用官方仓库 `pnpm --registry https://registry.npmjs.org i` ## 内核