Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pelletier197 committed Oct 12, 2023
1 parent 0786ae1 commit fcc0c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/node/packageManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function createYarn(): PackageManager {
}

function createNpm(): PackageManager {
return createRunner({ type: 'npm' })
return createRunner({ type: 'npm', installArgs: ['--legacy-peer-deps'] })
}

function createRunner({
Expand Down

0 comments on commit fcc0c5d

Please sign in to comment.