version: 2.4.2
Could not start watchman; falling back to NodeWatcher for file system events.
Visit http://www.ember-cli.com/user-guide/#watchman for more info.
File: /home/user/Documents/myApp/app
The Broccoli Plugin: [object Object] failed with:
Error: watch /home/user/Documents/myApp/app ENOSPC
at exports._errnoException (util.js:870:11)
at FSWatcher.start (fs.js:1234:19)
at Object.fs.watch (fs.js:1262:11)
at NodeWatcher.watchdir (/home/user/Documents/myApp/node_modules/ember-cli/node_modules/sane/src/node_watcher.js:144:20)
at new NodeWatcher (/home/user/Documents/myApp/node_modules/ember-cli/node_modules/sane/src/node_watcher.js:45:8)
at new sane (/home/user/Documents/myApp/node_modules/ember-cli/node_modules/sane/index.js:17:12)
at EventEmitter.Watcher_addWatchDir [as addWatchDir] (/home/user/Documents/myApp/node_modules/ember-cli/node_modules/broccoli-sane-watcher/index.js:93:17)
at /home/user/Documents/myApp/node_modules/ember-cli/node_modules/ember-cli-broccoli/lib/builder.js:95:35
at lib$rsvp$$internal$$tryCatch (/home/user/Documents/myApp/node_modules/ember-cli/node_modules/rsvp/dist/rsvp.js:1036:16)
at lib$rsvp$$internal$$invokeCallback (/home/user/Documents/myApp/node_modules/ember-cli/node_modules/rsvp/dist/rsvp.js:1048:17)
The broccoli plugin was instantiated at:
at WatchedDir.Directory (/home/user/Documents/myApp/node_modules/ember-cli/node_modules/broccoli-source/index.js:14:31)
at new WatchedDir (/home/user/Documents/myApp/node_modules/ember-cli/node_modules/broccoli-source/index.js:58:13)
at EmberApp._initOptions (/home/user/Documents/myApp/node_modules/ember-cli/lib/broccoli/ember-app.js:221:16)
at new EmberApp (/home/user/Documents/myApp/node_modules/ember-cli/lib/broccoli/ember-app.js:93:8)
at module.exports (/home/user/Documents/myApp/ember-cli-build.js:6:13)
at Class.module.exports.Task.extend.setupBroccoliBuilder (/home/user/Documents/myApp/node_modules/ember-cli/lib/models/builder.js:55:19)
at Class.module.exports.Task.extend.init (/home/user/Documents/myApp/node_modules/ember-cli/lib/models/builder.js:89:10)
at new Class (/home/user/Documents/myApp/node_modules/ember-cli/node_modules/core-object/core-object.js:18:12)
at Class.module.exports.Task.extend.run (/home/user/Documents/myApp/node_modules/ember-cli/lib/tasks/serve.js:15:19)
at /home/user/Documents/myApp/node_modules/ember-cli/lib/commands/serve.js:70:22
答えて
ウォッチマンがインストールされていますか?おそらく、Nodewatchの問題を回避するのに役立つかもしれません。私の64ビットUbuntuのでは:警備員に関する
// installing watchman from source
git clone https://github.com/facebook/watchman.git
cd watchman
./autogen.sh
./configure
make
sudo make install
フルインストール手順は、ここにもhttps://facebook.github.io/watchman/docs/install.html
を見つけることができますこのエラーは、システム内の上限に達しinotifyの時計です。
inotifyの時計の最大数をチェックするには:最後にお好みの値を使用して実行sudo sysctl fs.inotify.max_user_watches=
- :一時的に
時計はinotifyの最大数を設定するには
cat /proc/sys/fs/inotify/max_user_watches
を。永久
:
echo 878987 | sudo tee -a /proc/sys/fs/inotify/max_user_watches
fs.inotify.max_user_watchesの設定は何をしますか? – ashipj
**より永続的な**方法はありますか?再起動後に動作するもの? –
- 1. メッセージ「processF0F1DebugResources FAILED」でビルドに失敗しました
- 2. Emberビルドに失敗する
- 3. FAILURE:ビルドに失敗しました。例外ビルドに失敗しました。
- 4. IONICビルドに失敗しましたtransformClassesWithDexForDebug
- 5. ビルド失敗Oozieディストリビューションの作成に失敗しました
- 6. Tabord.JSのビルドが失敗しました
- 7. ブラックベリーのphonegapアプリケーションでのビルドに失敗しました
- 8. チタンのビルドに失敗しました
- 9. Springアプリケーションのビルドに失敗しました
- 10. ビルドに失敗しました:transformClassesAndResourcesWithProguardForRelease
- 11. コードネームuwpビルドが失敗しました
- 12. VSTSビルドに失敗しました - エラー:Webデプロイメントタスクが失敗しました
- 13. ビルドに失敗しました。Liferay 6.2アプリケーション
- 14. NetBeansビルドに失敗しました - JasperException
- 15. アンドロイドでビルドに失敗しました
- 16. Travis CIのWPFアプリケーションのビルドに失敗しました
- 17. Cordova Androidビルドの失敗(「ビルドツールのリビジョン24.0.1の検索に失敗しました」)
- 18. Jersey JSONアプリケーションのビルドに失敗しました。
- 19. WFPSamplerCalloutDriverのビルドに失敗しました
- 20. ember electron:ember-browserifyによってパッケージビルドに失敗しました
- 21. Tfsビルドに失敗しました
- 22. tez-uiのためApache Tezビルドに失敗しました
- 23. Android:FAILURE:例外が発生してビルドに失敗しました
- 24. heroku installation gd extension failedに失敗しました
- 25. Antビルドに失敗しました
- 26. IBDesignables - ビルドに失敗しました
- 27. コードブロックOpenCVビルドに失敗しました
- 28. Carthageビルドに失敗しました
- 29. 例ストライプバックエンド:ビルドに失敗しました
- 30. ビルドに失敗しましたC STM32F10X
あなたは亭コンポーネント&ノードモジュールを再インストールしてみましたか? –
@ stijn.aertsはウォッチャマンに関連しているので動作しません –