You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Node 10.x, it is no longer deprecated, it now throws an error when you call zip.writeTofile() without passing a callback (as the examples do):
Callback must be a function: TypeError [ERR_INVALID_CALLBACK]: Callback must be a function
at maybeCallback (fs.js:157:9)
at Object.fs.writeFile (fs.js:1276:14)
at EasyZip.writeToFile (C:\Users\peter.rust\repos\qpm\node_modules\easy-zip\easyzip.js:120:6)
prust
added a commit
to CSNW/msexcel-builder
that referenced
this issue
Oct 29, 2018
When using :
Node gives the following warning:
The text was updated successfully, but these errors were encountered: