paulmillr / chokidar

Minimal and efficient cross-platform file watching library
https://paulmillr.com
MIT License
10.8k stars 574 forks source link

`optionalDependencies` are not installed on macOS runners #1317

Closed Galkon closed 3 months ago

Galkon commented 3 months ago

nevermind, this is an fsevents issue: https://github.com/fsevents/fsevents/issues/378

Switched to @parcel/watcher which is working great out of the box both locally and with electron-builder + electron, and GitHub Actions.