报错信息: 10% building modules 1/1 modules 0 activeevents.js:182       throw er; // Unhandled 'error' event 

vue init初始化项目后 npm run dev报错     10% building modules 1/1 modules 0 activeevents.js:182       throw er; // Unhandled 'error' event

 

 

原因:host文件被修改,127.0.0.1未指向 localhost,重新修改host 即可。

127.0.0.1 localhost

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-10
  • 2021-06-28
  • 2021-11-01
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-26
  • 2021-09-13
  • 2021-12-11
  • 2021-09-11
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案