Node events.js:167 throw er; // Unhandled 'error' event Node events.js:167 throw er; // Unhandled 'error' event json json

Node events.js:167 throw er; // Unhandled 'error' event


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.


Removing the node_modules directory and reinstalling again using npm install should solve the problem.


Try npm start as superuser: sudo npm start

This worked for me.