-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not find the bundle file '/libs/flag-icon-css/css/flag-icon.min.css' #11856
Comments
What's the version of your CLI? Please try to upgrade to the RC. |
CLI Version is 5.2.0-rc.1 |
The referenced file is in the folder except it has the s on the the end of 'icon' |
Solution: Rename Add an empty |
This found in Blazor Wasm but chart.js folder not exists. |
I'm getting the reverse now with 5.2.rc2 (updating from 5.1.4)
If I remove the 's' from flag-icons.min.css this error goes away |
@sturlath Please try |
@realLiangshiwei no that does not solve it. I deleted obj/bin and after updating (through Suite "all packages) it will not work without 's'... I see that I´m also getting this error below . There isn´t any github.min.css created. (I deleted the lib folders and re-ran
Could this be somehow connected to my yarn.lock files being with a 5.1.3 versions? How do you update that?
|
I solved the problem at my end. I didn´t notice that yarn wasn´t installed so So do |
AbpException: Could not find the bundle file '/libs/flag-icon-css/css/flag-icon.min.css' for the bundle 'Lepton.Global'!
Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpTagHelperResourceService.ProcessAsync(ViewContext viewContext, TagHelper tagHelper, TagHelperContext context, TagHelperOutput output, List bundleItems, string bundleName)
Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpBundleTagHelperService<TTagHelper, TService>.ProcessAsync(TagHelperContext context, TagHelperOutput output)
Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner.g__Awaited|0_0(Task task, TagHelperExecutionContext executionContext, int i, int count)
YTjkAc96I7byyY13o4E.TGdOod9av8tqc5TENeE+<>c__DisplayClass28_0+wEmCv3lybVmY19VkHFe.MoveNext()
Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext.SetOutputContentAsync()
YTjkAc96I7byyY13o4E.TGdOod9av8tqc5TENeE.ExecuteAsync()
Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderPageCoreAsync(IRazorPage page, ViewContext context)
Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderPageAsync(IRazorPage page, ViewContext context, bool invokeViewStarts)
Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderLayoutAsync(ViewContext context, ViewBufferTextWriter bodyWriter)
Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderAsync(ViewContext context)
Created new solution using: abp new ePlus -t app-pro --preview
Issue is that the actual path to the css is /libs/flag-icon-css/css/flag-icons.min.css
The text was updated successfully, but these errors were encountered: