taskrabbit / ReactNativeSampleApp

Example app in React Native: sort of like twitter/tumblr
MIT License
929 stars 321 forks source link

ERROR EMFILE: too many open files #48

Open SolbiatiAlessandro opened 4 years ago

SolbiatiAlessandro commented 4 years ago

on Mac OSX, npm install run succesfully, but when I run npm start I get the following:

 ERROR  EMFILE: too many open files, watch
{"errno":-24,"syscall":"watch","code":"EMFILE","filename":null}
Error: EMFILE: too many open files, watch
    at FSEvent.FSWatcher._handle.onchange (internal/fs/watchers.js:129:28)
SolbiatiAlessandro commented 4 years ago

installing watchman might be a workaround, works for me: https://github.com/facebook/create-react-app/issues/4540#issuecomment-393268543

Johnnie71 commented 3 years ago

installing watchman might be a workaround, works for me: facebook/create-react-app#4540 (comment)

yes it worked for me thank you!!

ghost commented 3 years ago

installing watchman might be a workaround, works for me: facebook/create-react-app#4540 (comment)

I've try reinstalling watchman but still having the same issue, any other possible solution?

joshiviral commented 3 years ago

Yea not working for me as well. After installing watchman, founding the same error !!!!