A workaround is to turn the Buffer into a stream and pass it in: var archive = require('archiver')('zip', { level: 9 }); // Sets the compression method. ...
確定! 回上一頁