`yarn create r3f-app next my-app -ts` install error
See original GitHub issuehey! thanks for the great codebase!
after running the yarn create r3f-app next my-app -ts command im getting this error. seems like we need to install yarn add --dev @types/react to be able to use typescript.
please let me know if you need any clarification, thanks!
Issue Analytics
- State:
- Created a year ago
- Reactions:3
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Issue running yarn create r3f-app #67 - GitHub
I have node v16.3.1, yarn: v1.22.17 installed an tried running the command below yarn create r3f-app next next-remotion styled -ts node and get...
Read more >Next.js create-next-app won't work anymore - Stack Overflow
It's because Yarn isn't enabled. You have two options: If you want to use NPM instead of Yarn, pass the --use-npm flag in:....
Read more >Create Next App | Next.js
This CLI tool enables you to quickly start building a new Next.js application, with everything set up for you. You can create a...
Read more >next js application error: a client-side exception has occurred
I deploy the app on Vercel and its gives me this error. ... yarn create r3f-app next my-app cd my-app npm run-script dev...
Read more >Setup a Next.js app with TypeScript and Chakra UI
Create a new next.js app create-next-app my-app --example with-typescript// Jump into the app folder cd my-app// Start the dev server yarn dev.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

#77 should fix the issue. Thanks @shuta13
yarn upgradefixed this problem for me