Meteor: Unexpected mongo exit code 100. Restarting.Can’t start mongo server
Meteor: Unexpected mongo exit code 100. Restarting.Can’t start mongo server
The folowing steps that solved instance of this problem,
- Delete .meteor/local/db/mongod.lock
- Delete .meteor/local/db/journal/j.*
- sudo meteor
sudo might not be necessary but it was the only way back into the app for me. Hope that saves someone a bit of time getting back up and running.