Closed atzmael closed 1 year ago
Are you able to use the LTS version of node instead? 18.16.0
. This is my version of node and running yarn create r3f-app next my-app -ts
and then yarn run dev
on my-app works.
Seems like a yarn or NextJS issue as seen here https://github.com/vercel/next.js/discussions/31307, maybe you can also take a look?
Well, I followed the resolution of the issue on vercel, it was the package strapi strangely installed globally, so I removed it and it works well. Thanks @yct37785 !
Hi I'm trying to install the project with
yarn create r3f-app next my-app -ts
When I first use it, thecreate-r3f-app
and cloning works well, but then it runs into an error :So I use nvm to switch to 16.8.0 But then it runs into this error :
I really don't know how to fix this !