Ionic serve --l auto stop

I am using ionic 3 when I use ionic serve --l and Change any code the serve command auto stop. how to solve this.

[16:55:52]  lint finished in 2.13 s
events.js:160
      throw er; // Unhandled 'error' event
      ^

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

You could check on this issue it might be of a help.

thanks for the reply, but I saw this issue before but not solved :frowning:

“Bug is cause by the latest ionic-app-script pkg using as dependencies ws v.3.3.3 and this version do not work with the latest version of google chrome.” That was a quoted statement

To fix:
remove ./node_modules/ws folder and run $npm install ws@3.3.2
2 Likes

thanks its working now :smiley:

Great @sagar290 enjoy your work, cheers! :smile: