-
Notifications
You must be signed in to change notification settings - Fork 954
Watchman was not found #5412
Comments
Do you already have a solution? I encounter same issue. My flipper version is 0.239.0. |
You probably need to add the following line to the profile you are using, ie .profile or .zprofile. |
It didn't help me. |
Same here. Trying to setup flipper but keep having this issue |
For me, all I dud was install watchman again and the issue went away. |
I'm also having this issue. I've made sure my ~/.zshrc profile is configured correctly and I have even tried installing watchman head. |
I have the same problem. It looks like brew mismatched folders when installing I've solved it with:
as it existed in those 2 places for some reason.
|
I had the same issue (watchman installed through homebrew). Symlinking was the only thing I had to do to get it working. |
In my case, Homebrew didn't mismatch the
For some reason, the problem seems to only persist on the in-browser Flipper Server. I've uninstalled it and installed the standalone Electron app from v0.239.0 release. Unfortunately, it's no longer maintained, so any later releases only ship with browser versions. To my surprise, it just worked out of the box and I didn't have to symlink anything. All of the packages passed setup doctor checks. I'm sticking with it until it's fixed. |
Same issue in Macbook M1. I had an older Desktop app installed and everything works setup correctly, I wanted to make sure I was on the latest version of Flipper, installed the latest version (Server) and got this error. |
@IgorGanapolsky is it fixed for you ? |
In my case, it was enough to type
to make flipper happy |
@esbenvb Thanks, that solved the issue. |
@esbenvb good + nice,It's works for me. |
this work for me! thanks! |
🐛 Bug Report
Flipper Setup doctor says watchman is not installed.
I tried looking for how to add to my path to see if that's the issue but I can't find a guide anywhere that does that.
To Reproduce
Environment
Machine - Macbook Pro M1 Max
Flipper Version - Version 0.239.0 (50.0.0)
The text was updated successfully, but these errors were encountered: