We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c125f7 commit 61cc3d8Copy full SHA for 61cc3d8
1 file changed
app/utils/install-command.ts
@@ -25,6 +25,8 @@ export const packageManagers = [
25
id: 'yarn',
26
label: 'yarn',
27
action: 'add',
28
+ // For both yarn v1 and v2+ support
29
+ // local exec defers to npx instead
30
executeLocal: 'npx',
31
executeRemote: 'yarn dlx',
32
create: 'yarn create',
0 commit comments