diff --git a/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/LIbs/InstallLibsService.cs b/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/LIbs/InstallLibsService.cs index 212e09c631..5f546717cb 100644 --- a/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/LIbs/InstallLibsService.cs +++ b/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/LIbs/InstallLibsService.cs @@ -48,11 +48,6 @@ public class InstallLibsService : IInstallLibsService, ITransientDependency return; } - if (!NpmHelper.IsYarnAvailable()) - { - Logger.LogWarning("YARN is not installed, which may cause package inconsistency. ABP uses 'npx yarn ' behind the scenes to prevent possible inconsistencies."); - } - Logger.LogInformation($"Found {projectPaths.Count} projects."); foreach (var projectPath in projectPaths) {