facebook/flipper

Watchman file watching service is not installed or not added to PATH

vaynevayne opened this issue ยท 1 comments

๐Ÿ› Bug Report

To Reproduce

Environment

mac m1 14.4.1 (23E224) can't use flipper app, Every time it is displayed in the browser, and it also indicates that the watchman is not installed. In fact, it already has it locally.

Follow this guide. It's most likely an issue with watchman's installed dir - symlink per the guide handled it for me and a couple of my peers. #5412 (comment)

Example fix per what my install looked like (and probably yours too):

ln -s /opt/homebrew/bin/watchman /usr/local/bin/watchman

This said - PLEASE FIX THIS FLIPPER.