【发布时间】:2015-02-12 19:22:47
【问题描述】:
我刚刚搭建了一个meteor localhost应用,在linux终端上尝试执行“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. (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 with this command.
我该怎么办??
【问题讨论】: