Node events.js:167 throw er; // Unhandled 'error' event
Solution 1:
I had the same issue I ran killall node
then npm start
after that my local server at port 5000 worked again. Hope that helps you.
Solution 2:
Removing the node_modules
directory and reinstalling again using npm install
should solve the problem.