Meteor: unexpected mongo exit code 100

前端 未结 26 1287
栀梦
栀梦 2020-12-01 04:34

I have just installed Meteor version 0.5.9 (45fef52095) to my CentOS release 6.3 (Final) server (Linux version 2.6.32-279.19.1.el6.i686 (mockbuild@c6b8.bsys.dev.centos.org)

26条回答
  •  醉话见心
    2020-12-01 04:42

    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

提交回复
热议问题