We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error found in #2049
While using npx create-compas@latest --template with-auth
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)' ] } }
The text was updated successfully, but these errors were encountered:
Thanks for creating the issue. Seems to be related to isaacs/node-tar#321
Sorry, something went wrong.
There seems to be a fix proposed in node-tar. Will check it out later.
fix(create-compas): write template tar to temp directory before extra…
6626c67
…cting Closes #2105
b8aed75
…cting (#2144) Closes #2105
Successfully merging a pull request may close this issue.
Error found in #2049
While using
npx create-compas@latest --template with-auth
The text was updated successfully, but these errors were encountered: