I have an error on my meteor app witch occur immediatly after startup, that says :
=> Meteor server running on: http://localhost:3000/
/home/<me>/.meteor/tools/3cba50c44a/tools/run.js:425
throw e;
^
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._startDirectoryWatches (/home/<me>/.meteor/tools/3cba50c44a/tools/watch.js:438:14)
at Array.forEach (native)
at Function._.each._.forEach (/home/<me>/.meteor/tools/3cba50c44a/lib/node_modules/underscore/underscore.js:79:11)
at _.extend._startDirectoryWatches (/home/<me>/.meteor/tools/3cba50c44a/tools/watch.js:422:7)
at new Watcher (/home/<me>/.meteor/tools/3cba50c44a/tools/watch.js:294:8)
at exports.run.startWatching (/home/<me>/.meteor/tools/3cba50c44a/tools/run.js:481:15)
at /home/<me>/.meteor/tools/3cba50c44a/tools/run.js:613:5
at exports.inFiber (/home/<me>/.meteor/tools/3cba50c44a/tools/fiber-helpers.js:24:12)
I just have to re-start meteor and it is starting normally.
I'm on ubuntu 12.10, Meteor 0.6.5.1, and packages installed are the following :
insecure
preserve-inputs
jquery
http
standard-app-packages
oauth2
accounts-base
oauth
service-configuration
accounts-ui
random
accounts-oauth
accounts-google
Do anyone have an idea ?
Thanks a lot Philippe