adrian-goe/nx-aws-cdk-v2

yarn v1 compatibility

Closed this issue · 0 comments

When using this with classic yarn, it doesn't work because it tries to use yarn dlx which isn't available in Yarn 1

const packageManagerExecutor = packageManager === 'npm' ? 'npx' : `${packageManager} dlx`;