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 1975cb7 commit 9b87aa0Copy full SHA for 9b87aa0
1 file changed
app/utils/install-command.ts
@@ -25,7 +25,7 @@ export const packageManagers = [
25
id: 'yarn',
26
label: 'yarn',
27
action: 'add',
28
- executeLocal: 'yarn',
+ executeLocal: 'npx',
29
executeRemote: 'yarn dlx',
30
create: 'yarn create',
31
icon: 'i-simple-icons:yarn',
0 commit comments