Unzipping the folder but getting this error

Unzipping the folder but getting this error.
TypeError [ERR_INVALID_ARG_VALUE]: The argument ‘path’ must be a string or Uint8Array without null bytes. Received “PKx03x04x14x00x00x00x00x00]pkTx00x00x00x00x00x00x00x00x00x00x00x00x0Ex00x00x00Documentation/PKx03x04…

            decompress(data.data.toString('utf8'), 'output', {
              plugins: [
                  decompressUnzip()
              ]
          }).then(() => {
              console.log('Files decompressed');
          });