node-modules/compressing

error mkdir file exists when decompressing the zip file in Windows

Closed this issue · 3 comments

When decompressing the zip file in Windows, an error occurred and I changed here

mkdir file exists

lib/zip/uncompress_stream.js

const type = /[\\\/]$/.test(entry.fileName) ? 'directory' : 'file';

Can you send a pull request to fix this?

@grj001 Thanks a lot!