pnpm 版本降至 8.3.1

This commit is contained in:
whyour
2023-05-05 00:26:23 +08:00
parent e1863407f2
commit 3d11210aeb
6 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ $ git clone git@github.com:whyour/qinglong.git
$ cd qinglong
$ cp .env.example .env
# Recommended use pnpm https://pnpm.io/zh/installation
$ npm install -g pnpm
$ npm install -g pnpm@8.3.1
$ pnpm install
$ pnpm start
```