compasjs / compas

Unified backend tooling
https://compasjs.com
MIT License
12 stars 8 forks source link

examples(with-auth): unzip error on create with auth #2105

Closed Mitchell-Ryan closed 1 year ago

Mitchell-Ryan commented 1 year ago

Error found in https://github.com/compasjs/compas/issues/2049

While using npx create-compas@latest --template with-auth

14:55:46.235 error[create-compas] {
  type: 'error',
  message: 'Error caught from callback passed in `mainFn`',
  error: {
    name: 'Error',
    message: 'Premature close',
    stack: [
      'at new NodeError (node:internal/errors:393:5)',
      'at Unpack.<anonymous> (node:internal/streams/pipeline:352:14)',
      'at Unpack.emit (node:events:525:35)',
      'at [maybeClose] (/Users/mitchell/.npm/_npx/9860e88e3e1de73f/node_modules/tar/lib/unpack.js:228:12)',
      'at Unpack.opt.ondone (/Users/mitchell/.npm/_npx/9860e88e3e1de73f/node_modules/tar/lib/unpack.js:129:23)',
      'at Unpack.emit (node:events:525:35)',
      'at [emit] (/Users/mitchell/.npm/_npx/9860e88e3e1de73f/node_modules/tar/lib/parse.js:285:12)',
      'at [maybeEnd] (/Users/mitchell/.npm/_npx/9860e88e3e1de73f/node_modules/tar/lib/parse.js:401:17)',
      'at [consumeChunk] (/Users/mitchell/.npm/_npx/9860e88e3e1de73f/node_modules/tar/lib/parse.js:432:21)',
      'at Unzip.<anonymous> (/Users/mitchell/.npm/_npx/9860e88e3e1de73f/node_modules/tar/lib/parse.js:351:29)'
    ]
  }
}
dirkdev98 commented 1 year ago

Thanks for creating the issue. Seems to be related to npm/node-tar#321

dirkdev98 commented 1 year ago

There seems to be a fix proposed in node-tar. Will check it out later.