I faced the same issue ...what worked for me is :
Just use this command and press enter:
npm config set legacy-peer-deps true
then start creating your react app:
npx create-react-app your-app
cd your-app
npm start
-> npm install ajv@^8 ajv-keywords@^5
-> npm start