maliming
1 year ago
No known key found for this signature in database
GPG Key ID: A646B9CB645ECEA4
2 changed files with
2 additions and
4 deletions
-
framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/Libs/AbpMvcLibsErrorPage.Designer.cs
-
framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/Libs/AbpMvcLibsErrorPage.cshtml
|
|
|
@ -103,10 +103,9 @@ using Volo.Abp.AspNetCore.RazorViews; |
|
|
|
<h1>⚠️ The Libs folder is missing!</h1> |
|
|
|
</header> |
|
|
|
<main> |
|
|
|
<h2>The Libs Folder is Missing!</h2> |
|
|
|
<p>The Libs folder contains mandatory NPM Packages for running the project.</p> |
|
|
|
<");
|
|
|
|
WriteLiteral(@"p>Make sure you run the <code>abp install-libs</code> CLI tool command.</p>
|
|
|
|
<p>Make sure you run the <code>abp install-lib");
|
|
|
|
WriteLiteral(@"s</code> CLI tool command.</p>
|
|
|
|
<p> |
|
|
|
If your application does not use any client-side libraries, you can disable this check by setting |
|
|
|
<code>AbpMvcLibsOptions.CheckLibs</code> to <code>false</code>, as shown below: |
|
|
|
|
|
|
|
@ -80,7 +80,6 @@ |
|
|
|
<h1>⚠️ The Libs folder is missing!</h1> |
|
|
|
</header> |
|
|
|
<main> |
|
|
|
<h2>The Libs Folder is Missing!</h2> |
|
|
|
<p>The Libs folder contains mandatory NPM Packages for running the project.</p> |
|
|
|
<p>Make sure you run the <code>abp install-libs</code> CLI tool command.</p> |
|
|
|
<p> |
|
|
|
|