I also have same problem except meteor can start the app but without mongoDb
I installed meteor v1.4.1
on my 64 bit windows 7 machine.
I created an app named “myapp” by running “meteor.create.myapp” command and
the console displayed that my app is created
To this point everything was ok. and I tried to run myapp
using this two commands
cd myapp
meteor
It started processing……. And it showed me only
“=> proxy started”
and stacked at “starting your app”
I tried by restarting several times and with same result
stacked at “starting your app”
I finally uninstalled meteor and did fresh install but no
change.
After days of searching on google I found one solution from
this site
“echo %mongo_url%”
set mongo_url=mongodb://127.0.0.1:27017
and then meteor
It worked and started the app
But when I look at the console instead of starting the 3
components like this
“=> started proxy”
“=> started mongoDB”
“=> started your app”
It only started the two proxy & app but not mongoDb.
So meteor can`t start momngoDB.
I need your help any solution please?