Skip to content

Instantly share code, notes, and snippets.

@bitlather
Created July 31, 2018 01:58
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 bitlather/854bdbce49e3a69ba1cb14b817e51459 to your computer and use it in GitHub Desktop.
Save bitlather/854bdbce49e3a69ba1cb14b817e51459 to your computer and use it in GitHub Desktop.
facebook/create-react-app - Fix for can't create app on Ubuntu
https://stackoverflow.com/questions/22475849/node-js-error-enospc#32600959
```
$ echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
$ sudo sysctl --system # Not sure if this is necessary
```
Source: https://github.com/facebook/create-react-app/issues/2549
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment