Browse Source

Update InstallLibsService.cs

pull/23569/head
Engincan VESKE 6 months ago
committed by GitHub
parent
commit
ce3ca49f16
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/LIbs/InstallLibsService.cs

5
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 <command>' behind the scenes to prevent possible inconsistencies.");
}
Logger.LogInformation($"Found {projectPaths.Count} projects.");
foreach (var projectPath in projectPaths)
{

Loading…
Cancel
Save