- 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
- Status changed to Downport
about 1 month ago 11:01pm 20 May 2025 - πΊπΈUnited States smustgrave
Believe the 10.5 window is still open
- First commit to issue fork.
- πΊπΈUnited States xjm
I tested manually and confirmed that:
yarn watch:css
works on 11.x with the above fix that was already committed.yarn watch:css
does not work on 10.5.x HEAD.yarn watch:css
does work on 10.5.x HEAD with the patch applied:
[ayrton:core | Sun 16:28:48] $ yarn watch:css yarn run v1.22.22 warning ../../../package.json: No license field $ node ./scripts/css/postcss-watch.js [16:29:28] Watching '**/*.pcss.css' for changes. [16:29:42] 'themes/claro/css/theme/field-ui.admin.pcss.css' is being processed. [16:29:42] 'themes/claro/css/theme/field-ui.admin.pcss.css' is finished.
Committed the backport to 10.6.x and cherry-picked it to 10.5.x as a major development process bugfix. Thanks everyone!