just tried creating my first react app but surely react is not in a mood to welcome me.
Just after installing everything node and create-react-app even checking their versions to make sure they are installed. I moved on to creating the react app using npm create-react-app my-app command but it has given me this error and I am not able to resolve.

I even tried updating the config file but it showed these errors as well.

npx create-react-app my-appornpm init react-app my-appcreate-react-appand running it vianpx, i.e.npx create-react-app my-app. Also ensure you have the correct versions of node (8.10+) and npm (5.2+) installed.