EugenSunic
EugenSunic

Reputation: 13693

Can not create react app via the command prompt

Can anyone help with the following errors? I'm trying to setup the react folder. I have node.js installed.

enter code here

Upvotes: 0

Views: 416

Answers (1)

Hardik Modha
Hardik Modha

Reputation: 12736

You should try running npm cache clean, that would solve the error. When you've tried everything and nothing seems to work, you can try clearing your npm cache and most of the time it works. :)

Upvotes: 1

Related Questions