MaksimDedov

Results 2 comments of MaksimDedov

@ZJONSSON In my code I use unzipper in the next way and only once: ``` const unzipperStream = unzipper.Extract({ path: downloadAsset.assetFolder }); fileStream.pipe(unzipperStream); ``` I don't call any other functions....

unfortunately I see the same issue for [email protected]: ``` ERROR in ./node_modules/unzipper/lib/Open/index.js 98:52-81 Module not found: Error: Can't resolve '@aws-sdk/client-s3' in 'E:\Work\finsemble-mono\packages\electron-adapter\node_modules\unzipper\lib\Open' resolve '@aws-sdk/client-s3' in 'E:\Work\finsemble-mono\packages\electron-adapter\node_modules\unzipper\lib\Open' Parsed request is a...