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)
– AmrSep 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.
– JaySep 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