create-react-app icon indicating copy to clipboard operation
create-react-app copied to clipboard

not able to create react app using npm

Open DharmikParmar0474 opened this issue 3 years ago • 3 comments
trafficstars

i try to create react app using npm ,npx and yarn but not successfully create here is my cmd log image

how to solve this ?

DharmikParmar0474 avatar Jun 20 '22 16:06 DharmikParmar0474

@DharmikParmar0474 same here.

Vishal-Isharani avatar Jun 28 '22 17:06 Vishal-Isharani

you forgot app name after create-react-app

hypervisor avatar Jun 29 '22 08:06 hypervisor

Try using npx create-react-app Replace the with the name of your choice without <>

ayushman-sinha avatar Jul 16 '22 13:07 ayushman-sinha