Skip to content

Commit 2db1f23

Browse files
jrmajorbluwy
andauthored
docs: fix pnpm version in contributing guide (#19515)
Co-authored-by: Bjorn Lu <[email protected]>
1 parent c0e3dba commit 2db1f23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can use [StackBlitz Codeflow](https://stackblitz.com/codeflow) to fix bugs o
88

99
## Repo Setup
1010

11-
To develop locally, fork the Vite repository and clone it in your local machine. The Vite repo is a monorepo using pnpm workspaces. The package manager used to install and link dependencies must be [pnpm](https://pnpm.io/).
11+
To develop locally, fork the Vite repository and clone it in your local machine. The Vite repo is a monorepo using pnpm workspaces. The package manager used to install and link dependencies must be [pnpm](https://pnpm.io/). You can find the required pnpm version in `package.json` under the `packageManager` key.
1212

1313
To develop and test the core `vite` package:
1414

@@ -20,7 +20,7 @@ To develop and test the core `vite` package:
2020

2121
You can alternatively use [Vite.js Docker Dev](https://github.com/nystudio107/vitejs-docker-dev) for a containerized Docker setup for Vite.js development.
2222

23-
> Vite uses pnpm v8. If you are working on multiple projects with different versions of pnpm, it's recommended to enable [Corepack](https://github.com/nodejs/corepack) by running `corepack enable`.
23+
> If you are working on multiple projects with different versions of pnpm, it's recommended to enable [Corepack](https://github.com/nodejs/corepack) by running `corepack enable`.
2424
2525
### Ignoring commits when running `git blame`
2626

0 commit comments

Comments
 (0)