I had to force reboot my mac and now get the following error when trying to start one particular meteor app on localhost.
Unexpected mongo exit code 1
If you are on windows and facing the issues given below, then you probably need to install Visual C++ Redistributable for Visual Studio 2015.-
C:\Users\user\app> meteor
=> Started proxy.
Unexpected mongo exit code 3221225781. Restarting.
Unexpected mongo exit code 3221225781. Restarting.
Unexpected mongo exit code 3221225781. Restarting.
Can't start Mongo server.
Download it here and install.
After installing vc_redist.x64 you should be able to run Meteor and MongoDB server without problems.