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
An error occurs when I try to run my NestJS project using Turso and i try change node version wit 20, 21 and 22. When i uninstall the dependency. The project works. #321
Error: The specified module could not be found.
\?\C:\Users\project\node_modules@libsql\win32-x64-msvc\index.node
at Object..node (node:internal/modules/cjs/loader:1921:18)
at Module.load (node:internal/modules/cjs/loader:1465:32)
at Function._load (node:internal/modules/cjs/loader:1282:12)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:235:24)
at Module.require (node:internal/modules/cjs/loader:1487:12)
at require (node:internal/modules/helpers:135:16)
at requireNative (C:\Users\project\node_modules\libsql\index.js:22:10)
at Object. (C:\Users\project\node_modules\libsql\index.js:45:5)
at Module._compile (node:internal/modules/cjs/loader:1730:14) {
code: 'ERR_DLOPEN_FAILED'
}