Closed
Description
There is a Node issue reporting that Gulp 3 may not work properly with the upcoming Node 10 release. This is caused by the dependency on graceful-fs@3
because it monkey-patches some internal modules.
gulp@4
does not have this issue because it uses graceful-fs@4
.
I haven't tried to reproduce the issue yet. According to the Node issue, they were able to patch a package (natives
) to fix the problem but this solution may not be reliable.
Would it be possible to issue a patch update to gulp@3
to use graceful-fs@4
? Is it a breaking change? Hard to implement?
An alternative would be to recommend the usage of gulp@4
(using engines.node
?).
Metadata
Metadata
Assignees
Labels
No labels