mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 15:28:49 +01:00
🎨 前端使用 pnpm 管理构建 https://github.com/siyuan-note/siyuan/issues/5059
This commit is contained in:
parent
8856884970
commit
e9f0cc92c7
2 changed files with 2 additions and 2 deletions
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`
|
||||
|
||||
## 内核
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue