Search code examples
aspnetboilerplateabp-framework

abp missing libs directory project mvc


I just download Abp with this configuration

  • Multi Page Web Application Web application with server rendered HTML; ASP.NET MVC & jQuery.

  • Template Version v8.x

  • .NET 7

and libs folder is empty

I just want the content of the lib folder

EmptyLib

1


Solution

  • Run abp install-libs Make sure Node should be installed

    Click to view