Solutionunvalidated
Remove the import of AbortController from node-fetch — On Node 16+. Tension: If you need to support Node 14, use the abort-controller polyfill package separately. Outcome: On Node 18+, you can use the native fetch global and do not need node-fetch at all.
9456c2f1-1606-437a-84ec-4a3ea8ae1239
Remove the import of AbortController from node-fetch — On Node 16+. Tension: If you need to support Node 14, use the abort-controller polyfill package separately. Outcome: On Node 18+, you can use the native fetch global and do not need node-fetch at all.