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
Before you open this issue, please complete the following tasks:
work with node22
not work with node22
import gulp from 'gulp' import uglify from 'gulp-uglify' gulp.task('minify-js', function () { return gulp.src('assets/*.js') .pipe(uglify()) .pipe(gulp.dest('dist/assets')) })
$ gulp
node -v
npm -v
gulp -v
The text was updated successfully, but these errors were encountered:
Duplicate of gulpjs/vinyl-fs#350
This is a bug in node that is being fixed upstream.
Sorry, something went wrong.
No branches or pull requests
Before you open this issue, please complete the following tasks:
What were you expecting to happen?
work with node22
What actually happened?
not work with node22
Please give us a sample of your gulpfile
Terminal output / screenshots
Please provide the following information:
node -v
):22.0.0npm -v
):10.5.1gulp -v
): CLI version: 3.0.0 Local version: 5.0.0Additional information
The text was updated successfully, but these errors were encountered: