0

I'm a newbie trying to explore Three JS on react. When I try to run gltfjsx to generate the jsx component that I will be using on my experiment game. I encountered this error, anyone has an idea ? maybe I'm doing something wrong.

I'm using node version 18.19.0

Type Error: fetch failed

1 Answers1

0

As suggested on https://github.com/pmndrs/gltfjsx/issues/153#issuecomment-1216063589 Downgrading to node version 16.16.0 solved my issue.