En777
En777
Uncaught (in promise) TypeError: Cannot convert undefined or null to object at Function.assign () at _class._init (officeDocument.js:16:16) at _class._init (officeDocument.js:6:3) at _class.Part (part.js:31:8) at _class (officeDocument.js:2:1) at new _class (officeDocument.js:2:1)...
promise-file-reader.js: source code: ``` function readAsText (file) { return readAs(file, 'Text') } ``` Syntax: instanceOfFileReader.readAsText(blob[, encoding]); your code will makes a bug: passed encoding param will lost! reference: https://developer.mozilla.org/en-US/docs/Web/API/FileReader/readAsText
npm run build on Windows: • install prebuilt binary name=mac-screen-capture-permissions version=2.0.0 platform=win32 arch=ia32 • build native dependency from sources name=mac-screen-capture-permissions version=2.0.0 platform=win32 arch=ia32 reason=prebuild-install failed with error (run with env...
``` // "fix-webm-metainfo": "1.0.8" // "electron": "19.0.6" console.warn('fixWebmFile', filePath) const fs = await import('fs-extra') let buffer = await fs.readFile(filePath) const fixWebm = await import('fix-webm-metainfo').then(js => js.default) // https://stackoverflow.com/questions/61731218/conversion-of-buffer-data-to-blob-in-nodejs let blob...