Error code: events.js:183 throw er; // Unhandled’error’ event—solution


The error is because the port number is occupied;

The common way is to find Node directly in the task manager, find the PID of the occupied port by the way of command, and then finish the program corresponding to PID to solve it.  

Read More: