Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save evinasgu/7a320d60cb80f4aff0252a1e4b3f2fab to your computer and use it in GitHub Desktop.
Save evinasgu/7a320d60cb80f4aff0252a1e4b3f2fab to your computer and use it in GitHub Desktop.
Solve Max watches problem from yarn start command
$ echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf
and
$ sudo sysctl -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment