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:
abp install-libs
in the project root directory.HttpApi.Host
project again in both ABP Studio and Visual Studio.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!
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)
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?