ngbolt / ng-bolt-cli

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

bolt run doesn't stop #2

Open wernest opened 7 years ago

wernest commented 7 years ago

Using Ctrl+C to stop the bolt run development process does not stop the web server from running. The server still being bound to localhost prevents re-running the development server.

jrh418 commented 7 years ago

What OS are you using?

wernest commented 7 years ago

Windows 10. Running bolt run from the git bash (MinGW64).

Works correctly from cmd prompt.

On Sep 28, 2017 11:25 AM, "Jon" notifications@github.com wrote:

What OS are you using?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ngbolt/ng-bolt-cli/issues/2#issuecomment-332923166, or mute the thread https://github.com/notifications/unsubscribe-auth/AEfNww1idDwihts_98ggi9nmO08trqTCks5sm-SvgaJpZM4Png04 .

jrh418 commented 7 years ago

Are you running this in Command Prompt or Powershell?

wernest commented 7 years ago

It runs correctly from the Command Prompt. I was running it from my MINGW64 Git bash shell when it caused this issue. I haven't attempted to run this from Powershell.