Skip to content

Backport graceful-fs update to Gulp 3 #2146

Closed
@demurgos

Description

@demurgos

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions