Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-19-2022 06:13 AM
When using Node.js with neo4j when .js file is created and local is tries to get data from neo4j using username and password it shows error saying cannot read properly 'driver'.
In this the neo4j Database should be of local database or neo4j aura db?
08-22-2022 08:57 AM
Hello Somiya,
Try that same thing again after the following change:
var neo4j = require('neo4j-driver').v1
var neo4j = require('neo4j-driver')
If that fails, please share your node version, and driver version.
All the sessions of the conference are now available online