- Issue created by @finnsky
- π·πΈSerbia finnsky
Updated according https://github.com/paulmillr/chokidar?tab=readme-ov-file#upgrading
added usePolling: true because on macos i had lot of errors like:
yarn run watch:css node:internal/fs/watchers:207 const error = new UVException({ ^ Error: EMFILE: too many open files, watch at FSWatcher._handle.onchange
- Merge request !11108Issue #3490298 by nicxvan: Profiles can be missed in OOP hooks β (Closed) created by finnsky
- π·πΈSerbia finnsky
finnsky β changed the visibility of the branch 3504265-yarn-watch-task to hidden.
- πΊπΈUnited States ksenzee Washington state
I can reproduce the error on Ubuntu 22.04 (hm I should probably upgrade), and the MR fixes it. Not sure I'm the best person to review the actual diff, but it looks reasonable to me.
- πΊπΈUnited States smustgrave
@ksenzee fixed it for me too. Think it's fine to mark