-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating new app with typescript template giving an error on yarn start #8716
Comments
I have the same problem |
It's due to |
So are there any fixes for it currently or do we have to wait for the FB team to fix this? |
same problem ... |
After creating the application, just update typedcript with |
I had the same problem with |
Yeah, running |
Can also confirm running |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
This issue has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue. |
Describe the bug
I was trying to create a new react app using typescript, but I ran into an issue when trying to run it. I ran the
npx create-react-app just_testing --template typescript
and everything installed correctly, but when I ranyarn start
to test it I got the following error:Did you try recovering your dependencies?
yarn version: 1.22.4
npm version: 6.13.7
Environment
This is what I get when I run
npx create-react-app --info
:Steps to reproduce
It appears that creating a new react app with typescript is installing a dependency with some kind of release error.
npx create-react-app my_app --template typescript
yarn start
and watch the error in PrettyFormat.Note: I also tried to run
yarn create react-app just_testing
--typescript`, but the error kept showing up.Expected behavior
I assumed that a brand new react app should be able to run without issue.
Actual behavior
The only output I got is what I showed as the error in a previous section, both in the terminal and in the browser.
Reproducible demo
N/A
The text was updated successfully, but these errors were encountered: