Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • G gulp
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gulp
  • gulp
  • Merge requests
  • !1688

graceful-fs v3.0.0 related deprecation warning (node v6.x.x)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/unidwell/master into master Jun 09, 2016
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 2

Created by: unidwell

Hi,

when using gulp 3.9.1 with shell autocompletion, node v6.x.x reports deprecation message related to graceful-fs v3.0.0 (on each autocompletion):

gulp (node:36477) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.

In order to do the update in the current gulp version, packages using old graceful-fs need to be replaced or updated. Upgrading to the latest vinyl-fs version implies 'back-porting' vfs.watch functionality.

This simple change will give gulp v3.x.x a little bit longer lease on life until v4.0.0. But the possible breaking change could be in the fact that change involves glob-watcher, which uses Chokidar in it's latest version and not all watch options are probably backward compatible. Not sure, how much that is an issue in practice.

All best, Uni

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/unidwell/master