一、问题描述
本地npm run dev,的时候,出现如下报错。
events.js:183 throw er; // Unhandled 'error' event ^
二、解决方案
端口号被占用,查找对应的端口号,并关闭。或者关掉浏览器窗口,重新启动项目。