This commit is contained in:
Liang Ding 2022-05-31 15:54:37 +08:00
parent 8856884970
commit e9f0cc92c7
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 2 additions and 2 deletions

2
DEV.md
View file

@ -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

View file

@ -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`
## 内核