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

前端 未结 7 570
醉酒成梦
醉酒成梦 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:02

    Looks like it's your environment variable problem.

    export MONGO_URL=''
    meteor mongo
    

提交回复
热议问题