Search code examples
node.jsreactjsnpmcreate-react-app

Why npx create-react-app gives npm error?


npx create-react-app bookstore

this command give error like in image:(https://i.sstatic.net/UaH6f.jpg):

can anyone help me to create-react-app

I try re-installing node version and also give environment variable path and again same problem occurs.


Solution

  • The problem is that I used latest version of node but npm version is minor so I upgrade my npm version to execute below command: npm update @latest Or ncu --upgrade