Skip to content

Commit

Permalink
馃摎 Adjust documentation for corepack (#35192)
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes committed Feb 12, 2024
1 parent 7693202 commit a94a070
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/contributing-to-airbyte/resources/developing-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,10 @@ cd airbyte-webapp
nvm install
```

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

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

- Start up the react app.
Expand Down

0 comments on commit a94a070

Please sign in to comment.