-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Modern] compiler Watchman error #1626
Comments
I believe you'll need to install and enable Watchman's alpha Windows release to get this to work: facebook/watchman#19 |
@mjmahone As I suspected. I installed Watchman and added it to PATH. Compiler is working now. |
@unirey Hi! Could you please explain me how did add Watchman to PATH ? Thanks in advanced! |
@seemple I don't remember, Im not too familiar with OS's mechanics & this is one of those things you don't do very often. But it's a general Windows question, search online for "how to add to windows path". |
I get the following log:
System:
Windows 10 x64
Version:
"relay-compiler": "^1.0.0-rc.1"
Can't find any mentions of Watchman in docs.
Is this a Windows specific error, bug or is this just an "install step" left out from docs?
PS! I get the error with and without the
--watch
flag.The text was updated successfully, but these errors were encountered: