The following error messages are produced when running yarn dev
Watchpack Error (watcher): Error: ENOSPC: System limit for number of file watchers reached, watch '/home'
Watchpack Error (watcher): Error: ENOSPC: System limit for number of file watchers reached, watch '/home/me'
Other than simply increasing the system limit, is there a way to restrict the number of files being watched by yarn dev?
The following error messages are produced when running
yarn dev
Other than simply increasing the system limit, is there a way to restrict the number of files being watched by
yarn dev
?