Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENAMETOOLONG on too many files #13

Closed
asapach opened this issue Mar 3, 2015 · 2 comments
Closed

ENAMETOOLONG on too many files #13

asapach opened this issue Mar 3, 2015 · 2 comments

Comments

@asapach
Copy link

asapach commented Mar 3, 2015

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?

@asapach
Copy link
Author

asapach commented Mar 3, 2015

Oops, noticed #4 and #11 . Need help merging them?

@teppeis
Copy link
Owner

teppeis commented Mar 28, 2015

fixed and released as v1.1.0!

@teppeis teppeis closed this as completed Mar 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants