【发布时间】:2016-04-18 20:11:59
【问题描述】:
我无法使用流星命令启动我的 Meteor 应用程序。我已经尝试了几乎所有的 Meteor 重置,但都是徒劳的,但我已经设法在不同的端口上运行 Meteor 项目,但我的 mongodb 实例必须工作。
我尝试过运行 Meteor:
Unexpected mongo exit code 48. Restarting.
Unexpected mongo exit code 48. Restarting.
Unexpected mongo exit code 48. Restarting.
Can't start Mongo server.
MongoDB exited because its port was closed, or was already
taken by a previous instance of MongoDB
Check for other processes listening on port 3001
or other Meteor instances running in the same project.
【问题讨论】:
-
能否请您检查进程
mongod是否正在运行? -
你的意思是用流星运行的mongod实例吗......这个失败了但是......如果你单独运行mongo服务,它可以正常运行..即使你运行流星 --port 3020 ,它也可以工作......但我不知道为什么默认的流星命令不能工作......谢谢你的时间