理由はわかりませんが、デスクトップで流星アプリ (例、新しいアプリ、開発中の現在のアプリ) を実行しようとすると、次のようになります。
meteor
[[[[[ ~/tmp/lol ]]]]]
Initializing mongo database... this may take a moment.
Running on: http://localhost:3000/
/usr/lib/meteor/app/lib/fiber-helpers.js:23
}).run();
^
Error: watch ENOSPC
at errnoException (fs.js:806:11)
at FSWatcher.start (fs.js:837:11)
at Object.fs.watch (fs.js:861:11)
at _.extend._scan (/usr/lib/meteor/app/meteor/run.js:424:24)
at Array.forEach (native)
at Function._.each._.forEach (/usr/lib/meteor/lib/node_modules/underscore/underscore.js:79:11)
at new DependencyWatcher (/usr/lib/meteor/app/meteor/run.js:360:5)
at exports.run.start_watching (/usr/lib/meteor/app/meteor/run.js:593:17)
at /usr/lib/meteor/app/meteor/run.js:651:5
at exports.inFiber (/usr/lib/meteor/app/lib/fiber-helpers.js:22:12)
私のオフィスのデスクトップには同じバージョン(ubuntu、node、meteor)があり、魅力のように機能します。すでにmeteorとnodeをアンインストールしようとしましたが、問題は解決しません。
何か案が?