eduardolundgren / eduardolundgren/node-zip-archiver
addFile deprecated in underlying archiver library
Open
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
The underlying Archiver project has changed 19 days ago and dropped the addFile method, I think it was renamed to append, so node-zip-archiver is now broken.
```
error: TypeError: Object [object Object] has no method 'addFile'
at ......long path.../node_modules/zip-archiver/lib/index.js:61:30
at Object.oncomplete (fs.js:107:15)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.