Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
think-gem committed Dec 24, 2024
1 parent 3cd5fb6 commit bcd5995
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@
```bash
# 验证
node -v
# 配置国内源
npm config set registry https://registry.npmmirror.com
```

- 如果没有安装 Pnpm 执行安装
Expand All @@ -118,11 +120,7 @@ node -v
npm i -g pnpm
# 验证
pnpm -v
```

- 配置国内源

```bash
# 配置国内源
pnpm config set registry https://registry.npmmirror.com
```

Expand Down

0 comments on commit bcd5995

Please sign in to comment.