Error while trying to run the project in Meteor

Asked

Viewed 184 times

5

Being brief, I’m not getting to run my app on Meteor.

I create the project normally Content create nameProjet but when it’s time to roll (command "media") he does not present

http://localhost:3000

That in the case would inform that the application is running normally

As you would expect

Displays the following error

inserir a descrição da imagem aqui

  • It is not getting to run Mongo, you have it installed on your machine?

  • I just installed, need some configuration for Mongodb + Meteor interaction?

  • Look at this post, it should help you. http://stackoverflow.com/questions/35971208/meteor-on-windows-10?utm_content=buffer23149&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer

  • Mike, Stupid question: Have you tried running the command? Meteor npm install?

2 answers

0

Make sure that Meteor is running on the localhost. Open the terminal and run the command from meteor. It will start running on localhost: 3000, if you haven’t 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 which port it is connecting to, it will usually be 3001 from version 0.7.1.1, or 3002, if earlier. It will say something like 127.0.0.1:3001/Meteor

  • I did exactly that, but in the second command he returns me a message saying that meteor mongo is only used when the app is running locally and has me do as you already said. http://i.stack.Imgur.com/Qyq7a.png Don’t you know any tutorial how to do this setup? Because I’m not being able to start my studies on Meteor due to this problem.

  • http://meteor.hromnik.com/blog/meteor-run-without-creating-local-mongo-database, take a look if it helps

0

I don’t use Meteor on Windows, but the image says that the error is due to it not being able to run the "tasklist.exe" command, so it cannot determine the Mongo PID, and not necessarily that Mongo is not running. It even shows where he called the command (C:... Future:389:15. js).

Tried to run it manually to see if it behaves as expected?

Probably in this file it shows the parameters with which it calls this executable. That’s where I would start to investigate.

https://technet.microsoft.com/pt-br/library/bb491010.aspx

Browser other questions tagged

You are not signed in. Login or sign up in order to post.