Skip to content

Commit

Permalink
Update quick-start.md
Browse files Browse the repository at this point in the history
change COREPACK_REGISTRY to COREPACK_NPM_REGISTRY
  • Loading branch information
f2ngwx authored Jan 4, 2025
1 parent 801c640 commit 0695c56
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 0695c56

Please sign in to comment.