-
I seeing this warning with node 22, vinyl-fs 4.0
Should I report an issue so that it gets fixed eventually? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Got the same issue with 'gulp-rename' v2.0.0, who uses vinyl which in turn calls clonestats who throws the deprecation warning. (node:1104) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated. |
Beta Was this translation helpful? Give feedback.
-
I think gulp-sourcemaps (3.0.0) may also be affected by this issue. Disabling
|
Beta Was this translation helpful? Give feedback.
-
I get the error when having ...
.pipe(gulp.dest(config.paths.dist.styles)); |
Beta Was this translation helpful? Give feedback.
See gulpjs/vinyl-fs#354