node and Error: EMFILE, too many open files

前端 未结 18 1773
终归单人心
终归单人心 2020-11-28 17:58

For some days I have searched for a working solution to an error

Error: EMFILE, too many open files

It seems that many people have the same proble

18条回答
  •  一整个雨季
    2020-11-28 18:20

    I am not sure whether this will help anyone, I started working on a big project with lot of dependencies which threw me the same error. My colleague suggested me to install watchman using brew and that fixed this problem for me.

    brew update
    brew install watchman
    

    Edit on 26 June 2019: Github link to watchman

提交回复
热议问题