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
How often does it reproduce? Is there a required condition?
The error happens every time for me.
What is the expected behavior? Why is that the expected behavior?
The test completes successfully.
What do you see instead?
The test prints this…
(node:31902) ExperimentalWarning: SQLite is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
node:path:1245
validateString(arg, 'path');
^
TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined
at Object.join (node:path:1245:7)
at resolveBuiltBinary (file:///home/jayman/Documents/Home/VC/space_afraid/Git/partially_mine/node/space_afraid/test/sqlite/test-sqlite-extensions.mjs:17:15)
at file:///home/jayman/Documents/Home/VC/space_afraid/Git/partially_mine/node/space_afraid/test/sqlite/test-sqlite-extensions.mjs:20:16
at ModuleJob.run (node:internal/modules/esm/module_job:272:25)
at async onImport.tracePromise.__proto__ (node:internal/modules/esm/loader:580:26)
at async asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:98:5) {
code: 'ERR_INVALID_ARG_TYPE'
}
Node.js v24.0.0-pre
…and exits with exit status 1.
Additional information
No response
The text was updated successfully, but these errors were encountered:
Version
v24.0.0-pre (built from Git commit bf3bc4e)
Platform
Subsystem
No response
What steps will reproduce the bug?
Follow the instructions listed here to build Node.js from source.
Change directory into the root of the node repo by running this command:
Try to run the SQLite extensions test by running this command:
How often does it reproduce? Is there a required condition?
The error happens every time for me.
What is the expected behavior? Why is that the expected behavior?
The test completes successfully.
What do you see instead?
The test prints this…
…and exits with exit status
1
.Additional information
No response
The text was updated successfully, but these errors were encountered: