taskrabbit/ReactNativeSampleApp

ERROR EMFILE: too many open files

SolbiatiAlessandro opened this issue · 4 comments

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)

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

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

yes it worked for me thank you!!

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?

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