Skip to content

issues Search Results · repo:feross/cross-zip language:JavaScript

Filter by

13 results
 (65 ms)

13 results

infeross/cross-zip (press backspace or delete to remove)

I got this warning from your package. It looks easy to fix. Just to let you know: (node:18676) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be ...
  • chesucr
  • Opened 
    on Jun 28, 2024
  • #38

When used on windows with path ./ only files starting with . are added to the zip file instead of the whole folder. Probably because of the command used for windows: powershell.exe -nologo -noprofile -command ...
  • KonradLinkowski
  • Opened 
    on Mar 9, 2021
  • #31

On macOS, zip -r -y does not synchronize deletions with an existing zip archive. You need --filesync or -FS for that behavior.
  • aleclarson
  • Opened 
    on Nov 28, 2020
  • #29

Per https://github.com/feross/cross-zip/issues/19#issuecomment-584769787, the Powershell command does not handle paths with spaces in them. Here is the error output from a run in Travis CI/Windows: https://travis-ci.com/malept/cross-zip/jobs/286009985#L81 ...
  • malept
  • 1
  • Opened 
    on Feb 11, 2020
  • #23

Found the issue when one of the extracted file used a path longer than the Windows limit (around 260 characters).
  • GMZwinge
  • 7
  • Opened 
    on Jan 15, 2020
  • #19

I m not sure if this is a bug or intended behavior, but in my app I m using both unzip and zip to first unpack a zip file, then modify its contents, and finally zip all the files again. Since unzip takes ...
  • niklashigi
  • 6
  • Opened 
    on Nov 4, 2019
  • #15

- For some reason, the default charset encoding of my system is not utf-8, and other people couldn t unzip the file generated on my computer. So I suggest specify the encoding to utf-8 explicitly. ...
  • ZhangPuXi
  • 1
  • Opened 
    on Sep 6, 2019
  • #14

Hi, I m using cross-zip on Windows 10 and I m experiencing an issue where it believes the file is corrupted in certain situations. The zips are creating using an NPM script, so I have both cross-zip ...
  • ashclarke
  • 1
  • Opened 
    on Dec 4, 2017
  • #11

I had .NET 4.6 installed as well as PowerShell. However, I got the following error: Add-Type : Cannot add type. The assembly System.IO.Compression.FileSystem could not be found. I found lots of posts ...
  • dcposch
  • 4
  • Opened 
    on May 24, 2016
  • #7

Using unzip as documented produces the following message after completion. I was able to correct the error by adding a callback as a third parameter for the unzip. Is this just missing in the documentation, ...
  • paulhocker
  • 2
  • Opened 
    on May 14, 2016
  • #6
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub