facebook / relay

Relay is a JavaScript framework for building data-driven React applications.
https://relay.dev
MIT License
18.41k stars 1.83k forks source link

Relay Compiler stucks on "Using GlobFileSource to find files" #4331

Open nuxf10ir opened 1 year ago

nuxf10ir commented 1 year ago

Hi! After update relay-compiler to 15.0.0 it was stuck on "[DEBUG] Watchman server is disabled, or not available. Using GlobFileSource to find files" at GitLab CI for an hour. And everything is fine after downgrade to 14.1.0

`

relay-compiler ./relay.config.js --output debug [DEBUG] Watchman server is disabled, or not available. Using GlobFileSource to find files. `

puopg commented 1 year ago

Install watchman: https://facebook.github.io/watchman/.

Its basically required for relays new compiler that came with like v13 or something. Otherwise, it takes ages to compile haha.