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 have several thousand files in my project, so trying to run a parallel task (e.g. eslint) via grunt-parallelize results in an error: Fatal error: spawn ENAMETOOLONG. It seems like the list of files is being passed to the grunt process via the command line arguments and the command line length reaches the OS limit (I'm on Windows). Maybe it would make sense to pass the list of files in temporary file or in similar fashion?
The text was updated successfully, but these errors were encountered:
I have several thousand files in my project, so trying to run a parallel task (e.g. eslint) via grunt-parallelize results in an error:
Fatal error: spawn ENAMETOOLONG
. It seems like the list of files is being passed to the grunt process via the command line arguments and the command line length reaches the OS limit (I'm on Windows). Maybe it would make sense to pass the list of files in temporary file or in similar fashion?The text was updated successfully, but these errors were encountered: