question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`yarn create r3f-app next my-app -ts` install error

See original GitHub issue

hey! 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.

Screen Shot 2022-04-15 at 11 06 54 AM

please let me know if you need any clarification, thanks!

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:3
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
RenaudRohlingercommented, May 4, 2022

#77 should fix the issue. Thanks @shuta13

1reaction
dataTracer1975commented, Apr 26, 2022

yarn upgrade fixed this problem for me

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found