I just finished installing my brand new debian wheezy distribution. I would like to establish a meteor structure, so I did:
sudo curl https://install.meteor.com/ | sh
as recommended by the official meteor site , but during installation I get this error when I print meteorafter creating a new meteor project
=> 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:
In fact, after creating and running a new project after coding, the team meteorstarts the local web server on port 3000, and then we can see the web application.
I do not understand why I am getting this error. Is it possible that my problems come from my debian distribution?