kou opened a new issue, #36025:
URL: https://github.com/apache/arrow/issues/36025

   ### Describe the enhancement requested
   
   #33504 reported the same problem but closed with a workaround (using Node.js 
16 instead of 18).
   
   ```console
   $ cd js
   $ npm install
   $ node node_modules/gulp-cli/bin/gulp.js bundle:webpack
   [06:33:00] Using gulpfile ~/work/cpp/arrow.kou/js/gulpfile.js
   [06:33:00] Starting 'bundle:webpack'...
   [06:33:00] 'bundle:webpack' errored after 246 ms
   [06:33:00] 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 (node_modules/through/index.js:84:12)
       at _end (node_modules/through/index.js:67:14)
       at stream.end (node_modules/through/index.js:74:5)
       at DestroyableTransform.onend 
(node_modules/readable-stream/lib/_stream_readable.js:577:10)
       at Object.onceWrapper (node:events:627:28)
       at DestroyableTransform.emit (node:events:525:35)
   ```
   
   ### Component(s)
   
   JavaScript


-- 
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]

Reply via email to