I'm trying to start a new react environment using npx command. While the npx is working and the directory is formed, when I try to start it won't work (using npm start). This is the error I'm getting:
Here's a snapshot of the error I'm receiving:
Any idea what I need to do?
I've tried to re-install node.js to its latest version and try to change minor things in the package.js file.