Reputation: 13743
Can anyone help with the following errors? I'm trying to setup the react folder. I have node.js installed.
Upvotes: 0
Views: 417
Reputation: 12746
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