Top "Node-archiver" questions

node based file and directory archiving with streaming interface, modular plugins can enable other archive formats to be written simply.

Correct headers, but Chrome says "Resource interpreted as Document"

I read a lot of questions like this one, but I really can't figure it out... I use the archiver …

javascript node.js google-chrome express node-archiver
node-archiver: Archive multiple directories

Is it possible to archive multiple directories when you know their paths? Let's say: ['/dir1','dir2', .., 'dirX']. …

node.js zip node-archiver
How to properly download a .zip file using Node Js, Archiver and Express

I am attempting to zip the contents of two directories and download the resulting .zip file. One directory contains .txt …

javascript node.js express zip node-archiver