Search code examples
node.jsreactjsnpmyarnpkgnpx

Cannot cannot create app using npx create-react-app appname


this is the error i am facing while creating react app. enter image description here

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


Solution

  • you don't need to use --use-npm

    Simply use

    npx create-react-app app-name