node-archiver icon indicating copy to clipboard operation
node-archiver copied to clipboard

Two `readable-stream` in dependencies

Open Semigradsky opened this issue 2 years ago • 1 comments

archiver 5.3.1 has readable-stream ^3.6.0 and archiver-utils ^2.1.0 in dependencies. But archiver-utils 2.1.0 has readable-stream ^2.0.0 in dependencies.

Could you update archiver-utils to v3 without updating node-archiver's major version? Or publish archiver-utils 2.x with updated readable-stream.

Semigradsky avatar May 04 '22 10:05 Semigradsky

As I see v3 wasn't published https://github.com/archiverjs/archiver-utils/issues/99

Semigradsky avatar May 06 '22 06:05 Semigradsky

@ctalkington, any plans to address this discrepancy? These conflicting versions seems to be causing issues during a Webpack compilation process (i.e. via ncc).

namoscato avatar Nov 18 '22 15:11 namoscato

This seems to cause issues when using pnpm install too. We get Cannot find module 'readable-stream/passthrough' after using pnpm install. Has anyone worked out a way around it yet?

beanshearer avatar Apr 28 '23 10:04 beanshearer

The issue still persists. Were you able to solve it @beanshearer ?

arsentabaku avatar Jul 03 '23 15:07 arsentabaku

multiple updates released for archiver. should be more streamlined on deps now

ctalkington avatar Sep 04 '23 03:09 ctalkington