node-zip
node-zip copied to clipboard
That is all -- would be great! Thanks.
Not `encode`, but `encoding`
The current url shows 404 error, I updated the URL pointing to working url
I'm using node-zip package in AWS Lambda function to serve up a couple of files from S3 bucket to client via API/GW. API Call via Postman is returning data however...
Hi, I'm processing some big files and I'm getting a "process out of memory" error. ```js - generating zip - FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - process out of memory...
If I run `yarn pack` (which outputs a `.tgz`), then read in the the resulting file `let content = fs.readFileSync("package.tgz", "utf8")` then zip it `zip.file("package.tgz", content)` , trying to unzip...
I'm using PDFKit to generate a PDF file. I want to zip it into a folder together with an excel file. When I download the zip file, I'm getting a...
``` var fs = require("fs"); zip.file("test.txt", "hello there"); var data = zip.generate({base64:false,compression:"DEFLATE"}); fs.writeFileSync("test.zip", data, "binary"); ``` using FileSaver.js `saveAs(data,"Test.zip");` or `saveAs(new Blob([data]),"Test.zip");` does not work
I need to compress contents of a directory into a zip file, so I tried ``` nodezip -c build.zip build/* ``` but a error occurred which says >Error: file build/*...
Hey there, I was playing around and it looks like one of the tests is failing under some version of node. This pull-request illustrate the issue See following build: https://travis-ci.com/GabLeRoux/node-zip/builds/73441118...