mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 前端使用 pnpm 管理构建 https://github.com/siyuan-note/siyuan/issues/5059
This commit is contained in:
2
DEV.md
2
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
|
||||
|
||||
@@ -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`
|
||||
|
||||
## 内核
|
||||
|
||||
Reference in New Issue
Block a user