Struggle with building an meteor app-beginner

Hi guys,
I am following get started guide from meteor documentation. I installed meteor from official installer for windows. I created my app from command prompt. I got into the directory of app via “cd C:…” comman. When i run “meteor”, I just get:
=> Started proxy.

and it stucks there for minutes
I would really appreciate any kind of help. Cheers

It probably downloads Meteor, which can take a while. Try to use PowerShell to start Meteor. This should give you better CLI updates. Personally I would recommend that you use Ubuntu 14.04 to work with Meteor, because from my experience it never worked very well on Windows, which is the common theme for web development in general.

1 Like