VsCode Watchpack Error (watcher): Error: ENOSPC: System limit for number of file watchers reached

Viewed 20
1 Answers

In my case, I encountered the same ENOSPC error after yarn install and running yarn dev on my React web app repo Then I updated the VSCode to 1.71.2 just now (21 Sep 2022), the error is gone

Related