今天测试的时候meteor报了个错

如下:

MongoDB had an unspecified uncaught exception.
This can be caused by MongoDB being unable to write to a local database.
Check that you have permissions to write to .meteor/local. MongoDB does
not support filesystems like NFS that do not allow file locking.

纠结了好久终于知道答案了,请确保你的硬盘有大于50G的预留空间,然后不要在内存小的磁盘分区里测试,要在内存充足的磁盘测试,(如果你报了这个错误,尝试换个磁盘去测试)

最新文章

  1. offsetLeft和style.left的区别
  2. Value cannot be null or empty. 参数名: contentPath
  3. elasticsearch installation guide
  4. 74.Android之四种启动模式
  5. Todd's Matlab讲义第3讲:牛顿法和for循环
  6. BZOJ4662 : Snow
  7. 遍历List中的object对象
  8. delphi发送html带附件邮件
  9. AlgorithmsI Exercises: Analysis of Algorithms
  10. RikMigrations 或 Migrator.NET 进行自动化的数据库升级
  11. 设计模式之 - 外观模式 (Facade design pattern)
  12. 实战深度学习(下)OpenCV库
  13. Nodejs在Ubuntu的部署和配置 samba
  14. Nginx 反向代理 -- 一路上的坑转载
  15. Oracle分析函数-统计(sum、avg、max、min)
  16. TCP输出和UDP输出
  17. [LintCode] Serialize and Deserialize Binary Tree(二叉树的序列化和反序列化)
  18. PAT乙级(Basic Level)练习题-NowCoder数列总结
  19. Python Webdriver 重新使用已经打开的浏览器实例
  20. Linux下查看进程占用内存的最好方式

热门文章

  1. css学习笔记 4
  2. css3动画参数解释
  3. 神经网络模型之AlexNet的一些总结
  4. 即时聊天IM之二 openfire 整合现有系统用户
  5. CentOS 7 配置静态IP
  6. IdentityServer4 简单使用,包括api访问控制,openid的授权登录,js访问
  7. YY前端课程4
  8. Javascript设计模式(摘译)
  9. F2工作流引擎Web层全新扁平化UI上线
  10. window.location.href无法跳转的解决办法