0
BlueModus created
- ABP Framework version: v5.2.2
- UI type: Blazor Server
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace:AbpException: Could not find the bundle file '/libs/@fortawesome/fontawesome-free/css/all.css' for the bundle 'Blazor.LeptonTheme.Global'!
- Steps to reproduce the issue:"
- Run abp install-libs
- In the wwwroot/libs folder, many folders like @fortawesome are missing. There are only 19 folders. An earlier build restored 30 folders.
1 Answer(s)
-
0
Hi, if you have the
yarn.lock
file in the blazor server project directory, can you delete it and re-run theabp install-libs
command?