We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Removing the fs-extra dependency in 1.x caused this error to crop back up.
fs-extra
fs-extra solved this problem for both reads and writes using graceful-fs behind the scenes
graceful-fs
https://www.npmjs.com/package/graceful-fs
Marginally related (but probably not related?) issue in 0.x: #1980
The text was updated successfully, but these errors were encountered:
e88bbe3
Shipping with beta 9 and canary 47
Sorry, something went wrong.
I just upgraded to 1.0, and started getting this error. Not sure if there's something I need to do locally to solve this?
@zachleat is there something with passthrough files that could cause this? Was trying on 2.0.0 canary 9, canary 12, and also tried on 1.0.1
We are still seeing this on a project with 368 template files(html) and roughly 15,700 images/other passthrough files(16k total).
zachleat
No branches or pull requests
Removing the
fs-extra
dependency in 1.x caused this error to crop back up.fs-extra
solved this problem for both reads and writes usinggraceful-fs
behind the sceneshttps://www.npmjs.com/package/graceful-fs
Marginally related (but probably not related?) issue in 0.x: #1980
The text was updated successfully, but these errors were encountered: