Skip to content

Commit 0c3db76

Browse files
Update npm install to correct version
1 parent 36e9315 commit 0c3db76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/getting-started/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ It takes your GraphQL type definitions and generates a schema backed by a Neo4j
5353
+
5454
[source, bash, indent=0]
5555
----
56-
npm install @neo4j/graphql graphql neo4j-driver @apollo/server
56+
npm install @neo4j/graphql@^5 graphql neo4j-driver @apollo/server
5757
----
5858

5959
. Set up a https://neo4j.com[Neo4j database].

0 commit comments

Comments
 (0)