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\'
Downgrading the react-scriptversion from 3.0.1 to 2.1.8 worked for me.
Follow the following commands in sequence:-
npm install react-scripts@2.1.8npm installnpm start