facebook / create-react-app

Set up a modern web app by running one command.
https://create-react-app.dev
MIT License
102.66k stars 26.83k forks source link

Issue while creating react js app #8602

Closed kamalpndy closed 4 years ago

kamalpndy commented 4 years ago

while running below command

npx create-react-app my-app getting error:

Install for create-react-app@latest failed with code 1

I am having node 11 .

please assist for the same

ianschmitz commented 4 years ago

Try node latest of node 10 or 12. Node 11 is way past EOL.