Skip to content

Seems to have issues with Node 12.7 While 12.4 works great #184

@jrgleason

Description

@jrgleason

I have the following code...

var neo4j = require('neo4j'),
  db = new neo4j.GraphDatabase({
    url: conf.connectionString
  });
if(db.cypher){
  console.log("Worked");
}
else{
  console.log("Didn't work");
}

This works fine under 12.4 but fails in 12.7 (using Windows 10). Can someone confirm? Any idea what may cause this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions