pmndrs / react-three-next

React Three Fiber, Threejs, Nextjs starter
https://react-three-next.vercel.app/
MIT License
2.52k stars 342 forks source link

Installation command doesn't work #120

Closed ricardomatias closed 1 year ago

ricardomatias commented 1 year ago

Whatever combination of commands that I use such as npx create-r3f-app next my-app tailwind -ts, it always returns:

Welcome. Project's generation started using create-R3F-App 🐱

  —— New update available, run the following npx create-r3f-app <next> my-app <tailwind|styled>? -ts

I'm using Node v18.15

RoboticWater commented 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.

RenaudRohlinger commented 1 year ago

Should be fixed with create-r3f-app 1.6.7.

Thanks for the feedbacks!