我在Mac OS X El Capitan机器上安装了Mean.IO.我已经成功启动了Mean.IO,但是当它要求我设置管理员时,它会给我以下错误:
#############################################
Congratulations you have mean.io installed.
Before you install the dependencies and fire up the server we can help you with setting up your first admin user.
? Please provide your username so we can create your first admin user: **********
Error Connecting to database: { [MongoError: connect ECONNREFUSED 127.0.0.1:27017]
name: 'MongoError',
message: 'connect ECONNREFUSED 127.0.0.1:27017' }
*******-MBP-2:~ **********$
我之前没有设置过这个堆栈的经验,所以不确定为什么Mongo会起作用.谢谢您的帮助!
最佳答案 应用程序无法与MongoDB数据库建立连接,因为数据库服务器未运行.您可以打开另一个终端窗口并启动服务器:
sudo mongod