cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

DrAli
Node
since ‎01-29-2023
‎02-02-2023

User Statistics

  • 6 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

When I try to initiate and connect with a new driver and run "npm run test 01"  I get test fails.    I checkout the git checkout 01-connect-to-neo4j  and add my uri, user, password and run npm run test 01 and it passes.   So I copied the entire file ...
I am stumped here -  Trying to do a simple match on Node labels.  I copied DIRECTLY from the cypher manual   https://neo4j.com/docs/cypher-manual/current/clauses/match/#match-with-labels the code  MATCH (n:Movie|Person)RETURN n.name AS name, n.title ...