If only define the .watchmanconfig
in root of project don´t work, try restart your PC to free memory or uninstall the watchman.
Created
January 23, 2025 02:15
-
-
Save HallexCosta/111f3ac1d3e491006c6b818ca3786626 to your computer and use it in GitHub Desktop.
Fix watchman poison opendir
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ignore_dirs": ["node_modules"] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ERROR] Watchman error: The watchman server reported an error: "A non-recoverable condition has triggered. Watchman needs your help! | |
The triggering condition was at timestamp=1737594945: opendir(/home/hallexcosta/local/github.com/entria/feedback-app/node_modules/eslint-config-okonet/node_modules/listr-update-renderer/node_modules/figures) -> The user limit on the total number of inotify watches was reached; increase the fs.inotify.max_user_watches sysctl | |
All requests will continue to fail with this message until you resolve | |
the underlying problem. You will find more information on fixing this at | |
https://facebook.github.io/watchman/docs/troubleshooting.html#poison-opendir | |
", while executing command: get-sockname | |
[ERROR] Compilation failed. | |
[ERROR] Unable to run relay compiler. Error details: | |
Watchman error: The watchman server reported an error: "A non-recoverable condition has triggered. Watchman needs your help! | |
The triggering condition was at timestamp=1737594945: opendir(/home/hallexcosta/local/github.com/entria/feedback-app/node_modules/eslint-config-okonet/node_modules/listr-update-renderer/node_modules/figures) -> The user limit on the total number of inotify watches was reached; increase the fs.inotify.max_user_watches sysctl | |
All requests will continue to fail with this message until you resolve | |
the underlying problem. You will find more information on fixing this at | |
https://facebook.github.io/watchman/docs/troubleshooting.html#poison-opendir | |
", while executing command: get-sockname | |
/home/hallexcosta/local/github.com/entria/feedback-app/packages/core: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment