我在Windows上的Ubuntu上使用 bash ,我打开powershell并运行命令bash
我导航到我克隆的Vulcan-starter repo。这是一个流星项目。我已按照Meteor网站上的推荐使用curl命令安装了meteor。我正在使用节点版本8.11.1我运行npm install
并且一切安装正常,当我运行npm start
时,这是我得到错误的地方。以下是此错误,此gist中包含更详细的日志。
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.
npm ERR! code ELIFECYCLE
npm ERR! errno 254
npm ERR! Vulcan@1.8.11 start: `meteor --settings settings.json`
npm ERR! Exit status 254
npm ERR!
npm ERR! Failed at the Vulcan@1.8.11 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/anderskitson/.npm/_logs/2018-03-30T21_21_54_469Z-debug.log