Prerequisites
Reproduction url
I completely failed to use codesandbox and stackblitz
Reproduction access
Description of the issue
import { spawn } from 'node:child_process';
spawn('tar', ['-xf', 'foo', '-C', 'bar', '--strip-components', '1'], {
cwd: './',
});
I got:
Unlisted binaries (2)
tar packages/pack-test/dist/index.mjs
tar packages/pack-test/src/index.ts
Prerequisites
Reproduction url
I completely failed to use codesandbox and stackblitz
Reproduction access
Description of the issue
I got: