Open jsyrjala opened 3 years ago
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.
I have the same issue
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.
It's a yarn 2.x version problem https://github.com/yarnpkg/berry/issues/2232 It was solved in yarn 3, so the solution is to update yarn
yarn set version stable
Describe the bug
yarn create react-app my-app2
crashes with errorTypeError: BigInt.prototype.toString requires that 'this' be a BigInt
Did you try recovering your dependencies?
(Write your answer here.)
Which terms did you search for in User Guide?
(Write your answer here if relevant.)
Environment
Steps to reproduce
Expected behavior
Expected to create the project.
npx create-react-app my-app
creates the project successfully.Actual behavior
Fails with this error:
Reproducible demo
Running
yarn create react-app my-app2
causes this behavior every time for me.