Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/node.js/39.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript debian哮喘病的Meteor和mongodg出口代码1_Javascript_Node.js_Mongodb_Meteor - Fatal编程技术网

Javascript debian哮喘病的Meteor和mongodg出口代码1

Javascript debian哮喘病的Meteor和mongodg出口代码1,javascript,node.js,mongodb,meteor,Javascript,Node.js,Mongodb,Meteor,我刚刚安装完我的全新debian wheezy发行版。我想安装meteor框架,因此我: sudo curl https://install.meteor.com/ | sh 按照官方的建议,但在安装过程中,我在创建新的meteor项目后键入meteor时出现以下错误: => Started proxy. Unexpected mongo exit code 1. Restarting. Unexpected mongo

我刚刚安装完我的全新debian wheezy发行版。我想安装meteor框架,因此我:

sudo curl https://install.meteor.com/ | sh
按照官方的建议,但在安装过程中,我在创建新的meteor项目后键入
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发行版吗?

Do:
$:LC\u ALL=
系统语言在哪里。如控制台中的
de_de.UTF-8
en_US.UTF-8

export PORT=3000
export MONGO_URL=mongodb://127.0.0.1:27017/meteor
export ROOT_URL=http://localhost:3000
export HTTP_FORWARDED_COUNT=1

哎呀,好像我的第一句话不见了。。。这是“大家好”的另一条丁字裤,我已经看到了最后的链接,问题自行解决了,但几个小时后它对我不起作用,很不幸……感谢peak编辑我的帖子。我试图重新安装debian,但问题仍然存在。你解决了问题吗?是的,我解决了,很抱歉让你久等了。通过改变地点解决了这个问题。“locale gen en_US.UTF8 localedef-i en_US-f UTF-8 en_US.UTF-