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

gulp v5 compatibility #31

Closed
bytestream opened this issue Apr 8, 2024 · 1 comment
Closed

gulp v5 compatibility #31

bytestream opened this issue Apr 8, 2024 · 1 comment

Comments

@bytestream
Copy link

$ npx gulp --version
CLI version: 3.0.0
Local version: 5.0.0
gulp.task('foo', gulp.series(function () {
    return gulp.src(['./archive.tar'])
        .pipe(untar());
}));
[21:05:09] Error: invalid tar file
    at Parse._startEntry (/node_modules/tar/lib/parse.js:150:13)
    at Parse._process (/node_modules/tar/lib/parse.js:132:12)
    at BlockStream.<anonymous> (/node_modules/tar/lib/parse.js:48:8)
    at BlockStream.emit (node:events:514:28)
    at BlockStream.emit (node:domain:489:12)
    at BlockStream._emitChunk (/node_modules/block-stream/block-stream.js:145:10)
    at BlockStream.write (/node_modules/block-stream/block-stream.js:45:10)
    at Parse.write (/node_modules/tar/lib/parse.js:82:23)
    at MultiStream.ondata (node:internal/streams/readable:766:22)
    at MultiStream.emit (node:events:514:28)
    at MultiStream.emit (node:domain:552:15)
    at MultiStream.Readable.read (node:internal/streams/readable:539:10)
    at flow (node:internal/streams/readable:1023:34)
    at resume_ (node:internal/streams/readable:1004:3)
    at processTicksAndRejections (node:internal/process/task_queues:82:21)

@bytestream
Copy link
Author

Sorry - completely wrong page! 🙄

@bytestream bytestream closed this as not planned Won't fix, can't repro, duplicate, stale Apr 8, 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

1 participant