While starting the server for the first time just after the code checkout , my react js project is throwing error \"events.js:187 throw er; // Unhandled \'error\'
in my case react-scripts was missing from the devDependencies adding it in devDependencies resolved it for me. Hope this helps