我正在玩meteor.js,我收到此错误:
Unexpected mongo exit code 100. Restarting.
Unexpected mongo exit code 100. Restarting.
Unexpected mongo exit code 100. Restarting.
Can't start mongod
MongoDB had an unspecified uncaught exception.
Check to make sure that MongoDB is able to write to its database directory.
Run Code Online (Sandbox Code Playgroud)
我不知道如何解决这个问题,尤其是在Meteor.js的环境中我使用curl在雪豹mac os上安装.
它实际上工作了一段时间,因为我从一本书中做了一些练习,然后它就出现了错误.不知道我做了什么.
当我在本地环境中从0.7更新到0.8时,我遇到了这个问题,我在本地数据库中没有任何内容,所以我修复了:
rm -rf .meteor/local/db
Run Code Online (Sandbox Code Playgroud)