Reputation: 41
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:
[
Upvotes: 1
Views: 25
Reputation: 1401
more than likely a local caching issue. try running ‘npm cache clean --force’ then try again
Upvotes: 1