1

i keep trying to create a react application, am usually successful until it gets to when to create the app, then i receive an error on the command prompt showing me: [enter image description here

enter image description here

2
  • 1
    try npx create-react-app learn-react on a new folder Commented Aug 31, 2020 at 0:57
  • Do npm cache clear and try again Commented Aug 31, 2020 at 0:57

1 Answer 1

1

more than likely a local caching issue. try running ‘npm cache clean --force’ then try again

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

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.