Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jrgleason opened this issue Dec 4, 2015 · 1 comment
Open

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

jrgleason opened this issue Dec 4, 2015 · 1 comment
Labels
Milestone

Comments

@jrgleason
Copy link

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?

@aseemk
Copy link
Member

aseemk commented Jan 28, 2016

Hey @jrgleason, sincere apologies for missing this issue! Just saw it now.

My first guess would be that in the Node version switch, the dependencies also changed, and with Node 12.7, you were using node-neo4j v1 instead of v2.

Is this still happening for you? Or did it resolve itself?

@aseemk aseemk added this to the v2 redesign milestone Jan 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants