ionic serve 启动后,修改代码,自动编译报错,刷新浏览器也报错

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/zhangqun23/article/details/88795434

events.js:160
      throw er; // Unhandled 'error' event
      ^

Error: read ECONNRESET
    at exports._errnoException (util.js:1036:11)
    at TCP.onread (net.js:564:26)

解决办法

 npm install @ionic/[email protected] --save-dev

 npm install [email protected] --save-dev --save-exact


 


 

猜你喜欢

转载自blog.csdn.net/zhangqun23/article/details/88795434
今日推荐