Pessoal,
Tudo bem?
Em um terminal tenho o meteor executando em seu servidor local, agora abri um novo terminal para executar o comando meteor mongo mas da erro informando:
C:\Users\Jonathan\Google Drive\EstudosPessoal\Alura\Meteor\tasklist
λ meteor mongo
mongo: Meteor isn't running a local MongoDB server.
This command only works while Meteor is running your application locally. Start your application first
with 'meteor' and then run this command in a new terminal. This error will also occur if you asked
Meteor to use a different MongoDB server with $MONGO_URL when you ran your application.
If you're trying to connect to the database of an app you deployed with 'meteor deploy', specify your
site's name as an argument to this command.
Procurei algumas soluções na web mas até entao sem sucesso.
Já passou por isso?
Abraço!