You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to extract a .zip file with 50mb and I got this error. Could anyone help me?
EMFILE: too many open files, open '/Users/sergiovilar/hh/plugin-desktop/build/releases/App/osx32/App.app/Contents/Resources/app/node_modules/jquery/src/sizzle/test/data/empty.js'
The text was updated successfully, but these errors were encountered:
The issue is fixed when I updated node to 6.* version (only for windows platform).
For other platforms, increasing the max. limit of file descriptors resolved the issue.
Hi,
I'm trying to extract a .zip file with 50mb and I got this error. Could anyone help me?
EMFILE: too many open files, open '/Users/sergiovilar/hh/plugin-desktop/build/releases/App/osx32/App.app/Contents/Resources/app/node_modules/jquery/src/sizzle/test/data/empty.js'
The text was updated successfully, but these errors were encountered: