Did you notice that ionic serve
is breaking while rebuilding more often than before too?
Do someone use node v10 too?
Or did you upgraded to the last Chrome and notice that the server breaks more often?
I often get after x reload randomly the following error which breaks the server, just wanted to know if it’s only me or not
events.js:167
throw er; // Unhandled ‘error’ event
^Error [ERR_IPC_CHANNEL_CLOSED]: Channel closed
at process.target.send (internal/child_process.js:627:16)
at taskResolve (/Users/me/Documents/projects/myproject/node_modules/@ionic/app-scripts/dist/worker-process.js:33:13)
at /Users/me/Documents/projects/myproject/node_modules/@ionic/app-scripts/dist/worker-process.js:12:13
Emitted ‘error’ event at:
at process.nextTick (internal/child_process.js:631:35)
at process._tickCallback (internal/process/next_tick.js:61:11)
P.S.: I mention Chrome because it already happens a big couple of months ago that after an upgrade of Chrome some works had to be done in app-scripts in order to fix rebuild