Can't connect to local (running) mongo using 'meteor mongo'

前端 未结 7 572
醉酒成梦
醉酒成梦 2021-01-19 16:59

I\'m playing with meteor, Installed it on Ubuntu 14.10 & followed the todos tutorial. The Meteor run log:

$ meteor run
[[[[[ ~/bckd/homedir/learn/meteor/         


        
7条回答
  •  滥情空心
    2021-01-19 17:25

    • You need to be the same user as the user who started Meteor.
    • Also you need to connect from within the application directory.
    • Can you connect to the database with the native MongoDB client?
    • Try running sudo meteor mongo - maybe the Meteor/Node process is running as root.

提交回复
热议问题