Cannot install fresh Create React App Typescript with yarn berry v 3.2.4 #4963
Answered
by
jj811208
vancodocton
asked this question in
Q&A
-
I'm new with Yarn, and try to use it to install fresh CRA. When I start, the error throw:
The following is the log of my console I run:
Anyone has solution? |
Beta Was this translation helpful? Give feedback.
Answered by
jj811208
Oct 17, 2022
Replies: 1 comment
-
This is a CRA package dependency issue you can run related PR: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vancodocton
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a CRA package dependency issue
you can run
yarn add -D @types/testing-library__jest-dom
to fix itrelated PR:
facebook/create-react-app#11751