docs: 在创建项目命令中添加@latest标识
在pnpm create命令中添加@latest标识以确保使用最新版本的create-unibest,因为2025-06-04发布了v1.18.5版本
This commit is contained in:
parent
662a97d2ae
commit
5265f9ef72
@ -14,6 +14,8 @@
|
|||||||
```bash
|
```bash
|
||||||
# 如果没有 pnpm,请先安装: npm i -g pnpm
|
# 如果没有 pnpm,请先安装: npm i -g pnpm
|
||||||
pnpm create unibest my-project
|
pnpm create unibest my-project
|
||||||
|
# 时不时加一下 @latest 标识,这样可以使用最新版本的 create-unibest (2025-06-04 发布了 v1.18.5)
|
||||||
|
pnpm create unibest@latest my-project
|
||||||
```
|
```
|
||||||
|
|
||||||
npm 创建如下(不推荐)
|
npm 创建如下(不推荐)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user