Could not find the bundle file '/libs/abp/core/abp.css' for the bundle 'Basic.Global'

问题说明:

  • ABP Framework version: v5.2 RC

  • UI type: Angular

  • DB provider: EF Core

  • Tiered (MVC) or Identity Server Separated (Angular): yes

  • Exception message and stack trace:
    Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpTagHelperResourceService.ProcessAsync(ViewContext viewContext, TagHelper tagHelper, TagHelperContext context, TagHelperOutput output, List<BundleTagHelperItem> bundleItems, string bundleName)

  • Steps to reproduce the issue:"
    Create a Sample Project and Simply Run

 

 

解决方案:

Run below Code in your project folder with cmd :

abp install-libs

 

posted on 2022-06-06 10:01  老暮  阅读(355)  评论(0)    收藏  举报

导航