LoginSignup
2
0

More than 5 years have passed since last update.

Error: read ECONNRESET ionic3で出たエラー

Last updated at Posted at 2018-07-15
events.js:167
      throw er; // Unhandled 'error' event
Error: read ECONNRESET
    at TCP.onread (net.js:656:25)

久々に動かしたionicプロジェクトで謎のエラーがでたので解消法

npm install @ionic/app-scripts@3.1.6 --save-dev

app-scriptsを更新したら直った wsのバグ?

詳しくは
https://forum.ionicframework.com/t/ionic-serve-crash-on-save/115615/56

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0