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
node_modules/sqlite/build/index.mjs (3:9): "Database" is not exported by "node_modules/sqlite/build/Database.js", imported by "node_modules/sqlite/build/index.mjs" #183
diff --git a/node_modules/sqlite/build/index.mjs b/node_modules/sqlite/build/index.mjs
index 8036ae1..f179b1c 100644
--- a/node_modules/sqlite/build/index.mjs+++ b/node_modules/sqlite/build/index.mjs@@ -1,6 +1,6 @@
export * from "./Statement.js";
export * from "./Database.js";
-import Database from "./Database.js";+import { Database } from "./Database.js";
/**
* Opens a database for manipulation. Most users will call this to get started.