You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2020. It is now read-only.
After my upgrade to nodejs 9.3.0 (from 8) I noticed that closing the chrome browser window (in incognito mode), where I debug my app, often lead to stopping the ionic local server
What behavior are you expecting?
ionic serve should not be stopped when I close a browser window
Steps to reproduce:
ionic serve
open a chrome new window/tab in incognito mode
debug your app
close the chrome window
Log
[17:47:51] sass finished in 1.92 s
[17:47:51] postprocess started ...
[17:47:51] postprocess finished in 235 ms
[17:47:51] lint started ...
[17:47:51] build dev finished in 30.50 s
[17:47:51] watch ready in 30.75 s
[17:47:51] dev server running: http://localhost:8100/
[OK] Development server running!
Local: http://localhost:8100
External: http://192.168.43.103:8100, http://169.254.143.79:8100
DevApp: myapp@8100 on MyMacbook
[17:48:01] lint finished in 9.88 s
events.js:136
throw er; // Unhandled 'error' event
^
Error: read ECONNRESET
at _errnoException (util.js:999:13)
at TCP.onread (net.js:629:25)
Short description of the problem:
After my upgrade to nodejs 9.3.0 (from 8) I noticed that closing the chrome browser window (in incognito mode), where I debug my app, often lead to stopping the ionic local server
What behavior are you expecting?
ionic serve
should not be stopped when I close a browser windowSteps to reproduce:
Log
Ionic info
cli packages:
global packages:
local packages:
System:
Environment Variables:
Misc:
The text was updated successfully, but these errors were encountered: