diff --git a/src/services/gitService.ts b/src/services/gitService.ts index 54922c5..5e6566c 100644 --- a/src/services/gitService.ts +++ b/src/services/gitService.ts @@ -119,7 +119,7 @@ const runPnpmInstall = async( /* v8 ignore stop -- @preserve */ /* eslint-enable capitalized-comments -- Re-enable rule */ try { - await execAsync(`${pnpmPath} install --no-frozen-lockfile`, { + await execAsync(`${pnpmPath} install --no-frozen-lockfile --strict-peer-dependencies=false`, { cwd: repoPath, env: pnpmEnvironment, });