I’m having the same problem at the moment. (Meteor 1.8)
I launch my app with meteor, it worked, i stopped it, and restart it with meteor.
And now the Starting the app is stuck
meteor reset fixes the problem but i need to execute it everytime before using meteor to launch the app.
It’s not a viable solution…
Process to reproduce the problem:
meteor create test
cd test
meteor // App is working
Ctrl+C // Stopping the app
meteor // Stuck at Starting your app
I installed my Meteor using the installer from here: https://install.meteor.com/windows
I tried to reinstall it with the same installer, the problem persisted.
So i decided to reinstall meteor using chocolatey (the way meteor.com tells us).
I just had to use meteor reset the first time and now it’s working fine !
TL;DR: Reinstall meteor using chocolatey and use meteor reset before the first run.
I had this issue on meteor 1.8 with windows 10 and I refuse to install chocolatey for several reasons.
Anyway I was having this error with every app: custom, new, tutorial and official example apps.
I simply have to remove .meteor\local\db\METEOR-PORT before running meteor, this solved the problem for every app.
While trying to solve the problem I tried :
set METEOR_PROFILE = 1
set METEOR_LOG = debug
meteor --verbose
After I tried it, I have many problems and no longer works.
after that I tried downloading meteor from ((https://s3.amazonaws.com/meteor-windows/InstallMeteor.exe) meteor is never worked, So uninstall it and
I tried downloading from chocolatey and this is what I have when I try to create a new application
please help me