salem
salem

Reputation: 41

Unable to create react application

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

Upvotes: 1

Views: 25

Answers (1)

Jay Lane
Jay Lane

Reputation: 1401

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

Upvotes: 1

Related Questions