You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running app using Postgres database, and once dependencies moved to peer dependencies, my app won't start until I install neo4j-driver manually to my app.
Is it possible to import neo4j related modules, only if neo4j-driver installed?
I'm running app using Postgres database, and once dependencies moved to peer dependencies, my app won't start until I install
neo4j-driver
manually to my app.Is it possible to import neo4j related modules, only if
neo4j-driver
installed?The text was updated successfully, but these errors were encountered: