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