javascript – 关于debian wheezy的Meteor和mongodg退出代码1

我刚刚安装了全新的debian wheezy发行版.我想安装流星框架,所以我做了:

sudo curl https://install.meteor.com/ | sh

正如官方meteor website所建议的,但在安装过程中,当我在创建一个新的流星项目后输入meteor时出现此错误:

=> Started proxy.                             
Unexpected mongo exit code 1. Restarting.     
Unexpected mongo exit code 1. Restarting.     
Unexpected mongo exit code 1. Restarting.     
Can't start Mongo server.                     
MongoDB failed global initialization

Looks like MongoDB doesn't understand your locale settings. See
https://github.com/meteor/meteor/issues/4019 for more details

事实上,一旦新项目在编码后创建并运行,meteor命令在端口3000上运行localhost Web服务器,然后我们就可以看到Web应用程序.

我不明白为什么我会收到这个错误.我的问题可能来自我的debian发行版吗?

最佳答案 ::$:LC_ALL =

系统语言在哪里.像de_DE.UTF-8或en_US.UTF-8

点赞