JeremyLikness / Angular2HealthApp

Angular Health App Ported to AngularJS 2.0 (beta)
MIT License
21 stars 11 forks source link

Newbie questions #1

Open jpsw opened 8 years ago

jpsw commented 8 years ago

I am pretty new to node/angular, and cloned this app to try learn something.

I follow your README instructs, and when I come to step 5. npm run-script tsc, this command hangs forever and does not return a prompt (I'm on Win10+cygwin). Is that correct behaviour?

So I start in a different console: step 6. npm start

This works and the app comes up, but when I stop node with ctrl+C, it takes very long time, maybe 30 secs or more, to terminate. I can see the node processes die immediately, but something causes this delay before it returns to the prompt. Do you know why?

jpsw commented 8 years ago

Just noticed, the second question above apparently is something with cygwin. When I use cmd instead of bash, it returns immediately.

But the first issue is the same with cmd, hangs forever.