teambit / bit

A build system for development of composable software.
https://bit.dev
Other
17.87k stars 927 forks source link

fix(watch), fix EMFILE error by monkey patching core fs by graceful-fs #9234

Closed davidfirst closed 3 weeks ago

davidfirst commented 3 weeks ago

The issue started once chokidar has upgraded from 3.x to 4.x. See https://github.com/paulmillr/chokidar/issues/1369 for more info.