Skip to content

Commit

Permalink
Add missing packages to install
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock authored Jan 8, 2024
1 parent 967a34d commit e5d0f24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/src/pages/docs/guides/react-vue.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,21 @@ For most GraphQL clients and frameworks (React, Vue), install the following pack

```bash
yarn add graphql
yarn add -D typescript ts-node @graphql-codegen/cli
yarn add -D typescript ts-node @graphql-codegen/cli @graphql-codegen/client-preset @parcel/watcher
```

**For npm:**

```bash
npm i -S graphql
npm i -D typescript ts-node @graphql-codegen/cli
npm i -D typescript ts-node @graphql-codegen/cli @graphql-codegen/client-preset @parcel/watcher
```

**For pnpm:**

```bash
pnpm i graphql @graphql-typed-document-node/core
pnpm i -D typescript ts-node @graphql-codegen/cli
pnpm i -D typescript ts-node @graphql-codegen/cli @graphql-codegen/client-preset @parcel/watcher
```

<br />
Expand Down

0 comments on commit e5d0f24

Please sign in to comment.