Skip to content

Commit 8162a3c

Browse files
committed
docs: update pnpm package version
1 parent eb6dff1 commit 8162a3c

File tree

2 files changed

+3
-3
lines changed
  • website
    • docs/deployment
    • i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment

2 files changed

+3
-3
lines changed

website/docs/deployment/cdn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ In order to compile the front-end code separately, you need to download the sour
1313
git clone https://github.com/msgbyte/tailchat.git
1414
cd tailchat
1515

16-
# You can switch between different distributions by git checkout v1.8.8
16+
# You can switch between different distributions by git, for example: git checkout v1.8.8
1717

18-
pnpm install # You need to use `pnpm` to install dependencies, using other package management tools may cause problems
18+
pnpm install # You need to use `pnpm` to install dependencies, using other package management tools may cause problems. and you should use pnpm@8 because here is some break change in pnpm@9
1919
```
2020

2121
Wait patiently for dependencies to be installed

website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment/cdn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cd tailchat
1515

1616
# 你可以通过 git checkout v1.8.8 来切换不同的发行版本
1717

18-
pnpm install # 你需要使用 `pnpm` 来安装依赖,使用其他的包管理工具可能会出现问题
18+
pnpm install # 你需要使用 `pnpm` 来安装依赖,使用其他的包管理工具可能会出现问题. 另外你最好使用 pnpm@8 来进行安装,因为pnpm@9有一些不兼容的改动
1919
```
2020

2121
耐心等待依赖安装完毕

0 commit comments

Comments
 (0)