From ce3ca49f162bd4edce7a37b65635773e4976982d Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Tue, 19 Aug 2025 08:58:01 +0000 Subject: [PATCH] Update InstallLibsService.cs --- .../Volo/Abp/Cli/LIbs/InstallLibsService.cs | 5 ----- 1 file changed, 5 deletions(-) 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) {