Whenever I try to create a React app in VScode. It's giving me some error.
What should I do to overcome the issue.
Whenever I try to create a React app in VScode. It's giving me some error.
What should I do to overcome the issue.
I think you will need to have version of Node>=10.16 and version of NPM >=5.6 If this is still not resolved then try this:
3.clean cache with the command-
-npm cache clean --force
Hope this works out for you