0

image

I got this error. I have done same as given in documentation

Jay
  • 2,648
  • 4
  • 29
  • 58
  • Does this answer your question? [I can't install react using npx create-react-app?](https://stackoverflow.com/questions/53657920/i-cant-install-react-using-npx-create-react-app) – Amr Sep 19 '20 at 08:08
  • its best to put the code and error directly as text. as much as possible avoid error showing with images. – Jay Sep 19 '20 at 08:27

1 Answers1

0

First run the following command.

npm cache clean --force

Then try again . If it is a local caching issue then it should work :D

Mohammad Faisal
  • 2,265
  • 1
  • 10
  • 16