Closed ricardomatias closed 1 year ago
You can try running the yarn command yarn create r3f-app next my-app -ts
. I was able to get that to install; however, I'm getting a fatal error during runtime (see: #125), which may suggest a deeper issue with Typescript here.
Should be fixed with create-r3f-app 1.6.7.
Thanks for the feedbacks!
Whatever combination of commands that I use such as
npx create-r3f-app next my-app tailwind -ts
, it always returns:I'm using Node v18.15