Meteor Js’den MongoDB’ye bağlanmaya çalışıp aşağıdaki gibi bir hata aldığınızda muhtemelen MongoDB portunuz yanlışdır.
$ meteor mongo mongo: Meteor isn't running. This command only works while Meteor is running your application locally. Start your application first.
Aşağıdaki path’den portunuzu güncellerseniz sorun mutemelen çözülür.MongoDB default port: 27017
.meteor/local/db/METEOR-PORT
https://github.com/meteor/meteor/issues/1256