RangerMauve / gemini-fetch

Load data from the Gemini protocol the way you would fetch from HTTP in JavaScript
GNU Affero General Public License v3.0
21 stars 4 forks source link

TypeError: fetch(...).then is not a function #4

Open fzn0x opened 2 months ago

fzn0x commented 2 months ago

Platform win32, Node v21.6.0

$ npx gemini-fetch gemini://gemini.circumlunar.space/
TypeError: fetch(...).then is not a function
    at file:///C:/Users/User/AppData/Local/npm-cache/_npx/529511125cbaa698/node_modules/gemini-fetch/bin.js:7:14
    at ModuleJob.run (node:internal/modules/esm/module_job:194:25)

Seems like latest version is broken