Skip to content

Commit

Permalink
chore: update quick-start.md (vbenjs#5303)
Browse files Browse the repository at this point in the history
change COREPACK_REGISTRY to COREPACK_NPM_REGISTRY
  • Loading branch information
f2ngwx authored and little-alei committed Jan 6, 2025
1 parent 3b8a9a5 commit 1f8e3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/guide/introduction/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pnpm install
::: tip 注意

- 项目只支持使用 `pnpm` 进行依赖安装,默认会使用 `corepack` 来安装指定版本的 `pnpm`。:
- 如果你的网络环境无法访问npm源,你可以设置系统的环境变量`COREPACK_REGISTRY=https://registry.npmmirror.com`,然后再执行`pnpm install`
- 如果你的网络环境无法访问npm源,你可以设置系统的环境变量`COREPACK_NPM_REGISTRY=https://registry.npmmirror.com`,然后再执行`pnpm install`
- 如果你不想使用`corepack`,你需要禁用`corepack`,然后使用你自己的`pnpm`进行安装。

:::
Expand Down

0 comments on commit 1f8e3b0

Please sign in to comment.