this is the error i am facing while creating react app.
I had tried below solution but it doesnot work for me updated my npm using below command
npm i -g npm@latest
npm cache clear --force
yarn cache clear
npx create-react-app myapp --use-npm
I also check .npmrc folder in C:user>me> but still it not working
Node version
v16.15.0
Npm version
8.13.0
you don't need to use --use-npm
Simply use
npx create-react-app app-name