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

Add graceful-fs. #3700

Merged
merged 2 commits into from
Apr 29, 2021
Merged

Add graceful-fs. #3700

merged 2 commits into from
Apr 29, 2021

Conversation

XhmikosR
Copy link
Contributor

This fixes the npm run deploy EMFILE: too many open files error on Windows

So, this is the only way I could get npm run build:deploy to work on my Windows 10 VM without the error.

Unsure if there's another solution... The serve.js script doesn't seem to trigger the error, so I only added this in build.js.

Fixes #2654

This fixes the `npm run deploy` `EMFILE: too many open files` error on Windows
@XhmikosR XhmikosR marked this pull request as ready for review February 14, 2021 19:05
Copy link
Contributor

@MylesBorins MylesBorins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@MylesBorins MylesBorins merged commit ef6cf1f into master Apr 29, 2021
@MylesBorins MylesBorins deleted the graceful-fs branch April 29, 2021 19:25
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

Successfully merging this pull request may close these issues.

build:deploy fails with EMFILE: too many open files
2 participants