-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Setting file descriptor limits fails on Windows #257
Comments
I looks like the command is failing because there is some bash-script before the actual command, which the windows command line does not supprt. |
Thanks for reporting the issue, @spyalert01. Looks like this is happening on Windows where the shell doesn't have a I don't have a Windows install right now to test a fix, but will look into getting one. In the meantime, if you beat me to a PR we'd be happy to accept one. |
@clentfort |
@wincent |
@spyalert01: He meant that if you want to work on a pull request (PR) before he's able to get access to a Windows install, we're all happy to accept that contribution. |
We might actually not need the |
Cool. If we do end up keeping it, we'd need to get rid of the |
Summary: Should ameliorate #257. Closes #322 Reviewed By: @josephsavona Differential Revision: D2446603
The |
Summary: Should ameliorate #257. Closes #322 Reviewed By: @josephsavona Differential Revision: D2446603
When I run npm install for todo examples,
I get the following error: -->
'[' is not recognized as an internal or external command,
The text was updated successfully, but these errors were encountered: