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
The node-fetch package is now ESM-only, which makes it hard to use for @libsql/client, which also compiles to CommonJS. Let's consider switching to Node 18 and using it's fetch() instead.