Skip to content

Instantly share code, notes, and snippets.

@DannyHinshaw
Created September 20, 2018 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DannyHinshaw/e243ce06808d26d5261ed08659ddf82c to your computer and use it in GitHub Desktop.
Save DannyHinshaw/e243ce06808d26d5261ed08659ddf82c to your computer and use it in GitHub Desktop.
Watchman issues on Ubuntu with create-react-app ('ENOSPC: no space left on device')
sudo sysctl -w fs.inotify.max_user_instances=1024
sudo sysctl -w fs.inotify.max_user_watches=12288
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment