Closed as not planned
Description
Describe the bug
I crreate react app along with the document, but i can't go through the first step.
Environment
macbook pro m4,
nodejs: 22.12.0
npm: 10.9.0
Steps to reproduce
I have tried to add force flag to the command, although it can create the folder, but it can not start.
ig: npx --legacy-peer-deps create-react-app
The start error screenshot is:
Then, i try to npm audit fix --force
and remove react dependencies and reinstall react with npm install react@18 react-dom@18
, it finally works.
But i think it maybe has some potential issue. I wonder what's the right way to run create-react-app?