diff --git a/website/src/pages/docs/guides/react-vue.mdx b/website/src/pages/docs/guides/react-vue.mdx index 463e7482ab5..653075c04c8 100644 --- a/website/src/pages/docs/guides/react-vue.mdx +++ b/website/src/pages/docs/guides/react-vue.mdx @@ -51,7 +51,7 @@ All the below code examples are available in our For most GraphQL clients and frameworks (React, Vue), install the following packages: ```sh npm2yarn -npm install graphql +npm install graphql @graphql-typed-document-node/core npm install --save-dev typescript @graphql-codegen/cli @parcel/watcher ```