"Invalid watchman found" when using new watchman timestamp-style versions
See original GitHub issueAt some point (May 2020 I believe), Facebook stopped using SemVer for Watchman releases and switched to a timestamp-style versioning system. See https://github.com/facebook/watchman/releases
When I run ember-cli commands, such as ember test
I get an error like:
Invalid watchman found, version: [20210328.072220.0] did not satisfy [>= 3.0.0].
Visit https://ember-cli.com/user-guide/#watchman for more info
Output from ember version --verbose && npm --version && yarn --version
:
ember-cli: 3.26.1
node: 12.21.0
v8: 7.8.279.23-node.45
uv: 1.40.0
zlib: 1.2.11
brotli: 1.0.9
ares: 1.16.1
modules: 72
nghttp2: 1.41.0
napi: 7
llhttp: 2.1.3
http_parser: 2.9.4
openssl: 1.1.1j
cldr: 37.0
icu: 67.1
tz: 2019c
unicode: 13.0
os: linux x64
npm: 6.14.11
watchman: 20210508.164824.0
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:7 (3 by maintainers)
Top Results From Across the Web
ember-cli - Bountysource
Created 7 years ago in ember-cli/ember-cli with 19 comments. ... "Invalid watchman found" when using new watchman timestamp-style versions $ 0.
Read more >Ember-cli wants watchman >3*, I have 4* but it still complains
You can check it with watchman -v . If you check your /usr/local/bin folder, probably you see only one watchman command, so it...
Read more >Could not find watchman, falling back to NodeWatcher for file ...
I just updated to Ember-CLI v0.1.4 on ubuntu 14.04 (NOT Windows) and followed all of the instructions for setup and upgrading my project....
Read more >version | Watchman - Meta Open Source
The version command will tell you the version and build information for the currently running watchman service:
Read more >watchman package versions - Repology
Repository Package name Version Category
AOSC watchman 4.9.0 utils
AUR watchman‑git 4.9.0.r1158.g264484e0 ‑
AUR watchman‑bin 2022.12.12.00 ‑
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Will this update be rolled into ember-cli as well? It looks like the latest version of ember-cli still uses watch-detector@1.0.0
The fix for the issue can be found here https://github.com/ember-cli/watch-detector/pull/13.