Skip to content
New issue

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

not support node22 #2798

Closed
4 tasks
yuu2lee4 opened this issue Apr 27, 2024 · 1 comment
Closed
4 tasks

not support node22 #2798

yuu2lee4 opened this issue Apr 27, 2024 · 1 comment

Comments

@yuu2lee4
Copy link

Before you open this issue, please complete the following tasks:

  • use the search bar at the top of the page to search this repository for similar issues or discussions that have already been opened.
  • if you are looking for help from the gulp team or community, open a discussion.
  • if you think there is a problem with the plugin you're using, open a discussion.
  • if you think there is a bug in our code, open this issue.

What were you expecting to happen?

work with node22

What actually happened?

not work with node22

Please give us a sample of your gulpfile

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'))
})

Terminal output / screenshots

image

$ gulp

Please provide the following information:

  • OS & version [e.g. MacOS Catalina 10.15.4]: Macos 12.7.4
  • node version (run node -v):22.0.0
  • npm version (run npm -v):10.5.1
  • gulp version (run gulp -v): CLI version: 3.0.0 Local version: 5.0.0

Additional information

@phated
Copy link
Member

phated commented Apr 27, 2024

Duplicate of gulpjs/vinyl-fs#350

This is a bug in node that is being fixed upstream.

@phated phated closed this as not planned Won't fix, can't repro, duplicate, stale Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants