Help My command prompt does not show in the windows shell

OK. So I am brand new to Meteor so I know you are laughing at me right now but I ask some newbie questions.

When my sever restarts it. Take a look below:

You cannot see it but the prompt is just sitting there blinking at the bottom but I cannot type anything in.

How do I get it to display the directory again? ( I cannot seem to type anything except “Cntrl C” which ask to terminate the job.)

Thanks,

Kris

This is normal behavior when you run your meteor app. If you want to access your command prompt while your app is running, you need to open a new windows shell and execute your commands from there. If not, hit CTRL + C twice to stop your app and regain access to your command prompt on the same window shell.