Skip to content

Commit 18911f6

Browse files
authored
docs: add missing packages to install (#9807)
* Add missing packages to install * Create early-rice-brush.md
1 parent 967a34d commit 18911f6

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.changeset/early-rice-brush.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"website": patch
3+
---
4+
5+
add missing packages to install

website/src/pages/docs/guides/react-vue.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,21 @@ For most GraphQL clients and frameworks (React, Vue), install the following pack
4949

5050
```bash
5151
yarn add graphql
52-
yarn add -D typescript ts-node @graphql-codegen/cli
52+
yarn add -D typescript ts-node @graphql-codegen/cli @graphql-codegen/client-preset @parcel/watcher
5353
```
5454

5555
**For npm:**
5656

5757
```bash
5858
npm i -S graphql
59-
npm i -D typescript ts-node @graphql-codegen/cli
59+
npm i -D typescript ts-node @graphql-codegen/cli @graphql-codegen/client-preset @parcel/watcher
6060
```
6161

6262
**For pnpm:**
6363

6464
```bash
6565
pnpm i graphql @graphql-typed-document-node/core
66-
pnpm i -D typescript ts-node @graphql-codegen/cli
66+
pnpm i -D typescript ts-node @graphql-codegen/cli @graphql-codegen/client-preset @parcel/watcher
6767
```
6868

6969
<br />

0 commit comments

Comments
 (0)