Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

memoriae-app react Unable to start server #41

Closed
fatiharaci opened this issue Oct 30, 2017 · 2 comments
Closed

memoriae-app react Unable to start server #41

fatiharaci opened this issue Oct 30, 2017 · 2 comments
Assignees

Comments

@fatiharaci
Copy link
Contributor

sudo npm start

> memoriae-app@0.1.0 start /home/bob/Desktop/574/memoriae-app
> react-native-scripts start

19:11:06: Unable to start server
  See https://git.io/v5vcn for more information, either install watchman or run the following snippet:
    sudo sysctl -w fs.inotify.max_user_instances=1024
    sudo sysctl -w fs.inotify.max_user_watches=12288
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! memoriae-app@0.1.0 start: `react-native-scripts start`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the memoriae-app@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/bob/.npm/_logs/2017-10-30T16_11_07_038Z-debug.log

@fatiharaci fatiharaci self-assigned this Oct 30, 2017
@fatiharaci
Copy link
Contributor Author

@fatiharaci
Copy link
Contributor Author

fatiharaci commented Oct 30, 2017

This was a issue of watcher process. Following commands as suggested solves this issue:

bob@bobPC:~/Desktop/574/memoriae-app$ sudo sysctl -w fs.inotify.max_user_instances=1024
bob@bobPC:~/Desktop/574/memoriae-app$ 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
Projects
None yet
Development

No branches or pull requests

1 participant