Skip to content

Commit 1b8dbf0

Browse files
authored
Merge pull request #21650 from abpframework/issue/2372
Allow to install with `npm` angular projects
2 parents 3a67f27 + 7d5b78a commit 1b8dbf0

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)