-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
NodeJS 22 breaks vinyl-js #350
Comments
This was referenced Apr 26, 2024
This is a bug in Node.js - nodejs/node#52707 |
trusktr
added a commit
to lume/cli
that referenced
this issue
Apr 28, 2024
oddhack
added a commit
to KhronosGroup/Vulkan-Site
that referenced
this issue
Apr 30, 2024
Attempt to work around nodejs/node#52708 / gulpjs/vinyl-fs#350 by reverting to previous LTS version.
oddhack
added a commit
to KhronosGroup/Vulkan-Site
that referenced
this issue
Apr 30, 2024
Attempt to work around nodejs/node#52708 / gulpjs/vinyl-fs#350 by reverting to previous LTS version.
Huge shout-out to @nicolo-ribaudo for fixing this in upstream node! I'm going to close this out. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What were you expecting to happen?
The task should copy the files
What actually happened?
The task throws an error and does not copy files
Terminal output / screenshots
Please provide the following information:
CLI version: 3.0.0
Local version: 5.0.0
Additional information
The problem started to occur in NodeJS 22.0.0. The last 21.x dev was working.
I think this problem relates to this change in NodeJS 22
[6f504b71ac] - buffer: use simdutf for atob implementation (Yagiz Nizipli) #52381
How to patch this issue?
Patch file
/vinyl-fs/lib/file-operations.js
uncomment lines 278, 779 and 284,285
The text was updated successfully, but these errors were encountered: