abetomo commented on issue #36025:
URL: https://github.com/apache/arrow/issues/36025#issuecomment-1587180261
Thanks for the info.
I reproduced it in the following environment.
```
$ cat /etc/debian_version
12.0
$ node -v
v18.13.0
$ npm -v
9.2.0
```
```
$ node node_modules/gulp-cli/bin/gulp.js bundle:webpack
[11:51:54] Using gulpfile /work/arrow/js/gulpfile.js
[11:51:54] Starting 'bundle:webpack'...
[11:51:54] 'bundle:webpack' errored after 413 ms
[11:51:54] Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
at new NodeError (node:internal/errors:400:5)
at Stream.<anonymous> (node:internal/streams/pipeline:352:14)
at Stream.emit (node:events:525:35)
at Stream.emit (node:domain:552:15)
at stream.destroy (/work/arrow/js/node_modules/through/index.js:84:12)
at _end (/work/arrow/js/node_modules/through/index.js:67:14)
at stream.end (/work/arrow/js/node_modules/through/index.js:74:5)
at DestroyableTransform.onend
(/work/arrow/js/node_modules/readable-stream/lib/_stream_readable.js:577:10)
at Object.onceWrapper (node:events:627:28)
at DestroyableTransform.emit (node:events:525:35)
```
I will try to fix it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]