Switch to Node 18 fetch() #6
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
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'sfetch()
instead.The text was updated successfully, but these errors were encountered: