1

I'm not able to create react app by create-react-app and it gives me an error

enter image description here

2
  • Try removing all npm cache by typing: npm cache clean --force into the console. Commented May 29, 2019 at 14:26
  • Try these steps to create a react project? Commented May 31, 2020 at 21:13

2 Answers 2

1

Try using npx create-react-app, be sure to have npm >= 5.2

Sign up to request clarification or add additional context in comments.

1 Comment

thanks gigiz you really helped me in solving this issue, i was stuck in from past 2-3 hours and your solution made my life at that moment easier
0

First install create-react-app globally

npm install create-react-app -g

Then run the following command

create-react-app app-name

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.