Being brief, I can not run my app on the Meteor.
I create the project normally Meteor create it does not display
That in the case would inform that the application is running normally
As expected
Displays the following error
Being brief, I can not run my app on the Meteor.
I create the project normally Meteor create it does not display
That in the case would inform that the application is running normally
As expected
Displays the following error
Make sure Meteor is running on localhost. Open the terminal and run the meteor
command. It will start running on localhost: 3000, if you have not changed the port.
While it is running, open a new terminal and run the command meteor mongo
. This will open a MongoDB shell and will tell you what port it is connecting to, usually it will be at 3001 from version 0.7.1.1, or 3002 if earlier. It will say something like 127.0.0.1:3001/meteor
I do not use Meteor in Windows, but the image says that the error is because it can not run the "tasklist.exe" command, so it can not determine the Mongo PID, and not necessarily that the Mongo does not is running. It even shows where it called the command (C: ... \ future: 389: 15.js).
Did you try to run it manually to see if it behaves the way you expect?
Probably in this file it shows the parameters with which it calls this executable. That's where I'd start investigating.