Skip to content

Commit 7d5b78a

Browse files
committed
switch: arg from --no-audit to --legacy-peer-deps
1 parent d9dd819 commit 7d5b78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/LIbs/InstallLibsService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public async Task InstallLibsAsync(string directory)
7272
}
7373
else
7474
{
75-
NpmHelper.RunNpmInstall(projectDirectory, "--no-audit");
75+
NpmHelper.RunNpmInstall(projectDirectory, "--legacy-peer-deps");
7676
}
7777
}
7878

0 commit comments

Comments
 (0)