On 06/06/19 07:30, Xavier wrote:
... My reducejs tool gives a new analysis: * updates needed: - gulp-babel : 7.0.1 => 8.0.0 - rollup-plugin-babel : 3.0.3 => 4.3.2 * downgraded modules to embed - process-nextick-args : 2.0.0 => 1.0.7 * problems: - build fails with our readable-stream (2.3.6) but succeeds with upstream readable-stream (2.3.6 also)
AFAICT readable-stream is only needed to support old versions of node; try to patch it away and use the core stream module from node as in: https://salsa.debian.org/js-team/node-tar-stream/blob/master/debian/patches/00-readable_stream.patch Paolo -- Pkg-javascript-devel mailing list Pkg-javascript-devel@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel