Closed
Description
Description:
Using ionic serve --port=8101
and then breaking it (CTRL+C) won't close the connection.
Steps to Reproduce:
- install latest ionic locally and globally
The Ionic CLI has an update available (3.20.0 => 4.0.1)! Would you like to install it? Yes
> npm i -g ionic@latest
✔ Running command - done!
[OK] Updated Ionic CLI to 4.0.1! 🎉
Please re-run your command.
Note: You can downgrade to your old version by running: npm i -g [email protected]
- run
ionic serve --port=8101
- wait for it to finish building.
- CTRL+C
- run
ionic serve --port=8101
- you will see he started using port 8102 since 8101 is occuped
- check ionic processes:
ps -ef | grep ionic
- You now have two entries from serve.
My ionic info
:
Ionic:
ionic (Ionic CLI) : 4.0.1
Ionic Framework : ionic-angular 3.9.2
@ionic/app-scripts : 3.1.10
Cordova:
cordova (Cordova CLI) : 8.0.0
Cordova Platforms : ios 4.5.4
System:
Android SDK Tools : 26.1.1
ios-deploy : 1.9.2
ios-sim : 6.1.2
NodeJS : v10.0.0 (/usr/local/Cellar/node/10.0.0/bin/node)
npm : 6.2.0
OS : macOS High Sierra
Xcode : Xcode 9.4.1 Build version 9F2000
Environment:
ANDROID_HOME : /Users/gregorpapez/Library/Android/sdk