4 of 6 standards met
I've install watchman using brew. Then run the following comments: "react-native init AwesomeProject" and "react-native run-ios". Here are my versions: watchman -v: 4.9.0 My package.json says: "react-native": "0.59.9" (BTW, Why don't we have the previous stable versions of watchman on brew?) Here is the error output: Here is the ls output from my /usr/local/var/run/watchman/tan-state/ And here is some log: I've uninstalled watchman with brew, and reinstalled again many times. Rebooted many times. Even changed laptops and tried it with my second mac. Nothing works. All my react-native work is blocked for 4-5 days.
Repository: facebook/watchman. Description: Watches files and records, or triggers actions, when they change. Stars: 13514, Forks: 1049. Primary language: C++. Languages: C++ (44.5%), Python (29.1%), Rust (7.5%), Java (4.8%), CMake (4.1%). License: MIT. Homepage: https://facebook.github.io/watchman/ Latest release: v2026.02.23.00 (5d ago). Open PRs: 29, open issues: 212. Last activity: 6h ago. Community health: 75%. Top contributors: wez, chadaustin, sunshowers, ahornby, xavierd, simpkins, fanzeyi, genevievehelsel, jdelliot, eamonnkent and others.
Last 12 weeks · 155 commits
Would it be possible to publish the asyncio python client found at https://github.com/facebook/watchman/blob/376b9aeab18d75287f7f100313093f99d0b7a82a/watchman/python/pywatchman_aio/BUCK to Pypi? Seems like the only way to use it atm is via git submodules and it seems to have a generally more friendly user interface than the sync one.