Activities of "FarReach"

Here is the screenshot you requested. There is a wwwroot folder.

  • Template: app
  • Created ABP Studio Version: 0.9.25
  • Current ABP Studio Version: 0.9.25
  • Tiered: No
  • Multi-Tenancy: Yes
  • UI Framework: angular
  • Theme: leptonx
  • Theme Style: system
  • Run Install Libs: Yes
  • Progressive Web App: Yes
  • Run Progressive Web App Support: Yes
  • Database Provider: ef
  • Database Management System: sqlserver
  • Separate Tenant Schema: No
  • Create Initial Migration: Yes
  • Run Db Migrator: Yes
  • Mobile Framework: none
  • Public Website: Yes
  • Include Tests: Yes
  • Kubernetes Configuration: Yes
  • Distributed Event Bus: none
  • Use Local References: No
  • Optional Modules:
    • GDPR
    • FileManagement
    • TextTemplateManagement
    • LanguageManagement
    • AuditLogging
    • OpenIddictAdmin

Subject: Error: “The Libs folder is missing!” When Launching HttpApi.Host from ABP Studio / Visual Studio

Description:

We are encountering an issue when attempting to launch the HttpApi.Host project from within ABP Studio and Visual Studio. The error message indicates that the Libs folder is missing, despite having run the abp install-libs command as instructed.

Error Message:

The Libs folder is missing!
The Libs folder contains mandatory NPM Packages for running the project.

Make sure you run the abp install-libs CLI tool command.

If your application does not use any client-side libraries, you can disable this check by setting AbpMvcLibsOptions.CheckLibs to false, as shown below:

Configure<AbpMvcLibsOptions>(options =>
{
    options.CheckLibs = false;
});
For more information, check out the ABP CLI documentation.

Steps Taken:

  1. Verified that Node.js and NPM are installed and working properly.
  2. Executed abp install-libs in the project root directory.
  3. Confirmed the command completed without errors.
  4. Attempted to launch the HttpApi.Host project again in both ABP Studio and Visual Studio.
  5. Error persists and the Libs folder does not get created.

Can you help us identify what might be going wrong or suggest additional troubleshooting steps?

Thanks in advance for your support!

  • ABP Framework version: v4.3
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace: Error: ./src/main.ts Module build failed (from ./node_modules/@ngtools/webpack/src/ivy/index.js): Error: Debug error: DtsModuleScopeResolver.read(AccountSettingsModule from C:/Repos/BerganKDV.Fraud/angular/projects/account/admin/src/account-settings.module.ts), but not a .d.ts file at MetadataDtsModuleScopeResolver.resolve (C:\Repos\BerganKDV.Fraud\angular\node_modules@angular\compiler-cli\src\ngtsc\scope\src\dependency.js:52:23) at MetadataDtsModuleScopeResolver.resolve (C:\Repos\BerganKDV.Fraud\angular\node_modules@angular\compiler-cli\src\ngtsc\scope\src\dependency.js:100:46) at LocalModuleScopeRegistry.getExportedScope (C:\Repos\BerganKDV.Fraud\angular\node_modules@angular\compiler-cli\src\ngtsc\scope\src\local.js:529:51) at LocalModuleScopeRegistry.getScopeOfModuleReference (C:\Repos\BerganKDV.Fraud\angular\node_modules@angular\compiler-cli\src\ngtsc\scope\src\local.js:271:44) at LocalModuleScopeRegistry.getScopeOfModule (C:\Repos\BerganKDV.Fraud\angular\node_modules@angular\compiler-cli\src\ngtsc\scope\src\local.js:148:22) at LocalModuleScopeRegistry.getScopeForComponent (C:\Repos\BerganKDV.Fraud\angular\node_modules@angular\compiler-cli\src\ngtsc\scope\src\local.js:122:22) at ComponentDecoratorHandler.resolve (C:\Repos\BerganKDV.Fraud\angular\node_modules@angular\compiler-cli\src\ngtsc\annotations\src\component.js:365:42) at TraitCompiler.resolve (C:\Repos\BerganKDV.Fraud\angular\node_modules@angular\compiler-cli\src\ngtsc\transform\src\compilation.js:392:50) at NgCompiler.resolveCompilation (C:\Repos\BerganKDV.Fraud\angular\node_modules@angular\compiler-cli\src\ngtsc\core\src\compiler.js:542:27) at NgCompiler.<anonymous> (C:\Repos\BerganKDV.Fraud\angular\node_modules@angular\compiler-cli\src\ngtsc\core\src\compiler.js:423:34) at step (C:\Repos\BerganKDV.Fraud\angular\node_modules\tslib\tslib.js:143:27) at Object.next (C:\Repos\BerganKDV.Fraud\angular\node_modules\tslib\tslib.js:124:57) at fulfilled (C:\Repos\BerganKDV.Fraud\angular\node_modules\tslib\tslib.js:114:62) at processTicksAndRejections (node:internal/process/task_queues:94:5)

Error: ./src/polyfills.ts Module build failed (from ./node_modules/@ngtools/webpack/src/ivy/index.js): Error: Debug error: DtsModuleScopeResolver.read(AccountSettingsModule from C:/Repos/BerganKDV.Fraud/angular/projects/account/admin/src/account-settings.module.ts), but not a .d.ts file at MetadataDtsModuleScopeResolver.resolve (C:\Repos\BerganKDV.Fraud\angular\node_modules@angular\compiler-cli\src\ngtsc\scope\src\dependency.js:52:23) at MetadataDtsModuleScopeResolver.resolve (C:\Repos\BerganKDV.Fraud\angular\node_modules@angular\compiler-cli\src\ngtsc\scope\src\dependency.js:100:46) at LocalModuleScopeRegistry.getExportedScope (C:\Repos\BerganKDV.Fraud\angular\node_modules@angular\compiler-cli\src\ngtsc\scope\src\local.js:529:51) at LocalModuleScopeRegistry.getScopeOfModuleReference (C:\Repos\BerganKDV.Fraud\angular\node_modules@angular\compiler-cli\src\ngtsc\scope\src\local.js:271:44) at LocalModuleScopeRegistry.getScopeOfModule (C:\Repos\BerganKDV.Fraud\angular\node_modules@angular\compiler-cli\src\ngtsc\scope\src\local.js:148:22) at LocalModuleScopeRegistry.getScopeForComponent (C:\Repos\BerganKDV.Fraud\angular\node_modules@angular\compiler-cli\src\ngtsc\scope\src\local.js:122:22) at ComponentDecoratorHandler.resolve (C:\Repos\BerganKDV.Fraud\angular\node_modules@angular\compiler-cli\src\ngtsc\annotations\src\component.js:365:42) at TraitCompiler.resolve (C:\Repos\BerganKDV.Fraud\angular\node_modules@angular\compiler-cli\src\ngtsc\transform\src\compilation.js:392:50) at NgCompiler.resolveCompilation (C:\Repos\BerganKDV.Fraud\angular\node_modules@angular\compiler-cli\src\ngtsc\core\src\compiler.js:542:27) at NgCompiler.<anonymous> (C:\Repos\BerganKDV.Fraud\angular\node_modules@angular\compiler-cli\src\ngtsc\core\src\compiler.js:423:34) at step (C:\Repos\BerganKDV.Fraud\angular\node_modules\tslib\tslib.js:143:27) at Object.next (C:\Repos\BerganKDV.Fraud\angular\node_modules\tslib\tslib.js:124:57) at fulfilled (C:\Repos\BerganKDV.Fraud\angular\node_modules\tslib\tslib.js:114:62) at processTicksAndRejections (node:internal/process/task_queues:94:5)

Error: (webpack)-dev-server/client?http://0.0.0.0:0&sockPath=/sockjs-node Module build failed (from ./node_modules/@ngtools/webpack/src/ivy/index.js): Error: Debug error: DtsModuleScopeResolver.read(AccountSettingsModule from C:/Repos/BerganKDV.Fraud/angular/projects/account/admin/src/account-settings.module.ts), but not a .d.ts file at MetadataDtsModuleScopeResolver.resolve (C:\Repos\BerganKDV.Fraud\angular\node_modules@angular\compiler-cli\src\ngtsc\scope\src\dependency.js:52:23) at MetadataDtsModuleScopeResolver.resolve (C:\Repos\BerganKDV.Fraud\angular\node_modules@angular\compiler-cli\src\ngtsc\scope\src\dependency.js:100:46) at LocalModuleScopeRegistry.getExportedScope (C:\Repos\BerganKDV.Fraud\angular\node_modules@angular\compiler-cli\src\ngtsc\scope\src\local.js:529:51) at LocalModuleScopeRegistry.getScopeOfModuleReference (C:\Repos\BerganKDV.Fraud\angular\node_modules@angular\compiler-cli\src\ngtsc\scope\src\local.js:271:44) at LocalModuleScopeRegistry.getScopeOfModule (C:\Repos\BerganKDV.Fraud\angular\node_modules@angular\compiler-cli\src\ngtsc\scope\src\local.js:148:22) at LocalModuleScopeRegistry.getScopeForComponent (C:\Repos\BerganKDV.Fraud\angular\node_modules@angular\compiler-cli\src\ngtsc\scope\src\local.js:122:22) at ComponentDecoratorHandler.resolve (C:\Repos\BerganKDV.Fraud\angular\node_modules@angular\compiler-cli\src\ngtsc\annotations\src\component.js:365:42) at TraitCompiler.resolve (C:\Repos\BerganKDV.Fraud\angular\node_modules@angular\compiler-cli\src\ngtsc\transform\src\compilation.js:392:50) at NgCompiler.resolveCompilation (C:\Repos\BerganKDV.Fraud\angular\node_modules@angular\compiler-cli\src\ngtsc\core\src\compiler.js:542:27) at NgCompiler.<anonymous> (C:\Repos\BerganKDV.Fraud\angular\node_modules@angular\compiler-cli\src\ngtsc\core\src\compiler.js:423:34) at step (C:\Repos\BerganKDV.Fraud\angular\node_modules\tslib\tslib.js:143:27) at Object.next (C:\Repos\BerganKDV.Fraud\angular\node_modules\tslib\tslib.js:124:57) at fulfilled (C:\Repos\BerganKDV.Fraud\angular\node_modules\tslib\tslib.js:114:62) at processTicksAndRejections (node:internal/process/task_queues:94:5)

  • Steps to reproduce the issue: We added the Account Module source code via Abp Suite and did a yarn start

Thanks!

I recently upgraded our account to a Business license, however our account still shows we are on the Team license. Can you set our account to the Business license?

Showing 1 to 5 of 5 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on July 03, 2025, 08:38