Skip to content

Commit 378bcb4

Browse files
authored
Update apollo-server-express version to nest8
Nest 8 is not intended to run with [email protected] but this open version command will install apollo-server-express@3 and break the startup [1] as @kamilmysliwiec suggested it should use version 2 [1] nestjs/graphql#1627
1 parent 84283b2 commit 378bcb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/graphql/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ In this chapter, we assume a basic understanding of GraphQL, and focus on how to
99
Start by installing the required packages:
1010

1111
```bash
12-
$ npm i @nestjs/graphql graphql-tools graphql apollo-server-express
12+
$ npm i @nestjs/graphql graphql-tools graphql apollo-server-express@2.x.x
1313
```
1414
> info **Hint** If using Fastify, instead of installing `apollo-server-express`, you should install `apollo-server-fastify`.
1515

0 commit comments

Comments
 (0)