Skip to content

Commit 883216e

Browse files
Tim Roesjatinyadav-cc
Tim Roes
authored andcommitted
📚 Adjust documentation for corepack (airbytehq#35192)
1 parent e0b1792 commit 883216e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/contributing-to-airbyte/resources/developing-locally.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,10 @@ cd airbyte-webapp
204204
nvm install
205205
```
206206

207-
- Install the `pnpm` package manager in the required version:
207+
- Install the `pnpm` package manager in the required version. You can use Node's [corepack](https://nodejs.org/api/corepack.html) for that:
208208

209209
```bash
210-
# <version> must be the exact version from airbyte-webapp/package.json > engines.pnpm
211-
npm install -g pnpm@<version>
210+
corepack enable && corepack install
212211
```
213212

214213
- Start up the react app.

0 commit comments

Comments
 (0)