loo-kuhs / tiktok-live-downloader

This is a console application built in TypeScript for downloading live shows from TikTok.
GNU General Public License v3.0
14 stars 5 forks source link

fetch is not defined #8

Closed forceware680 closed 1 month ago

forceware680 commented 1 month ago

image

loo-kuhs commented 1 month ago

Hello, thank you for notifying me of this error.

I need more information:

Are you using the most recent version of the project? Did you build the project with npm run build? What version of nodejs and npm are you using?

Finally, can you try using powershell from the Microsoft Store?

forceware680 commented 1 month ago

Are you using the most recent version of the project? -- yes Did you build the project with npm run build? -- absolutely yes What version of nodejs and npm are you using? -- node js version 16.17.1 -- npm version 9.2.0

im trying on other computer is work hmmmm what the problem

forceware680 commented 1 month ago

solved by upgrade node js version

loo-kuhs commented 1 month ago

Yes, this project uses native fetch, so you need node.js 18.0 or superior.