We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 371578b commit 1ae3df2Copy full SHA for 1ae3df2
docs/contributing-to-airbyte/resources/developing-locally.md
@@ -204,11 +204,10 @@ cd airbyte-webapp
204
nvm install
205
```
206
207
-- 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:
208
209
```bash
210
-# <version> must be the exact version from airbyte-webapp/package.json > engines.pnpm
211
-npm install -g pnpm@<version>
+corepack enable && corepack install
212
213
214
- Start up the react app.
0 commit comments