Ionic3启动项目成功,刷新浏览器页面报错‘throw er; // Unhandled 'error' event’!

events.js:183
      throw er; // Unhandled 'error' event
      ^
Error: read ECONNRESET
    at _errnoException (util.js:992:11)
    at TCP.onread (net.js:618:25)

原因:
ionic serve 与浏览器通信的websocket版本有问题
解决办法:
npm install [email protected] --save-dev --save-exact

猜你喜欢

转载自blog.csdn.net/qq_35719898/article/details/86065422