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
error: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'variables')
at getSystemInfo (file:///Users/heziode/Library/Caches/deno/npm/registry.npmjs.org/neo4j-driver-core/5.27.0/lib/internal/bolt-agent/node/bolt-agent.js:30:34)
at Object.fromVersion (file:///Users/heziode/Library/Caches/deno/npm/registry.npmjs.org/neo4j-driver-core/5.27.0/lib/internal/bolt-agent/node/bolt-agent.js:40:22)
at Object.driver (file:///Users/heziode/Library/Caches/deno/npm/registry.npmjs.org/neo4j-driver/5.27.0/lib/index.js:205:63)
at file:///Path/To/Project/script.ts:3:22
The line in bolt-agent.js:
hostArch: process.config.variables.host_arch,
Version: Deno 2.1.4
OS: macOS (but I can reprooduce on Debian)
The script works with Deno 1.46.3
The text was updated successfully, but these errors were encountered:
I updated to Deno 2.X few months ago, and I had an issue when using Neo4j package from NPM (even with the latest Deno version. 2.1.4):
I got the following error:
The line in
bolt-agent.js
:Version: Deno 2.1.4
OS: macOS (but I can reprooduce on Debian)
The script works with Deno 1.46.3
The text was updated successfully, but these errors were encountered: