Meteor: unexpected mongo exit code 100

Using meteor reset erases all the data from your database. If you’re worried about this then navigate to your project folder.

cd /path/to/my/project

Here you need to erase the mongodb.lock file.

rm .meteor/local/db/mongodb.lock

Now you can run Meteor using the command,

meteor

Leave a Comment