-
Notifications
You must be signed in to change notification settings - Fork 5
Switch to Node 18 fetch() #6
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
The
node-fetchpackage 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.