-2

Whenever I try to create a React app in VScode. It's giving me some error. enter image description here

What should I do to overcome the issue.

B.Sarkar
  • 139
  • 1
  • 2
  • 8

1 Answers1

1

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:

  1. Clean cache with
  • npm cache clean --force
  1. Install the latest version of NPM globally as admin:
  • npm install -g npm@latest --force

3.clean cache with the command-

-npm cache clean --force

Hope this works out for you