everyone! I run into some silly problem; every time I run npm start I face the following error:
events.js:288
throw er; // Unhandled 'error' event
^
Error: spawn cmd ENOENT
One way of tackling this issue is to change the following line "react-scripts": "3.4.1" in package.json to "react-scripts": "2.1.8"
Why does that happen? It's really such a pain in the neck... any help is appreciated!!!
rm -rf node_modules && npm install && npm startnpx create-react-appinstead