Activities of "lethanhbinh1601"

when run yarn in .web it get like image

when add module chat by abp suite web to my project , i get error that my libs folder in wwwroot folder of .web project is empty. i try to run abp install-libs command but it get error . the libs folders still empty

please help me to fix this problem Thanks!

the yarn-error.log is "Arguments: C:\Program Files\nodejs\node.exe C:\Users\TMKH\AppData\Roaming\npm\node_modules\yarn\bin\yarn.js

PATH: C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files\dotnet;C:\Program Files\Microsoft SQL Server\130\Tools\Binn;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn;C:\Program Files\Microsoft SQL Server\120\Tools\Binn;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\110\Tools\Binn;C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn;C:\Program Files\Microsoft SQL Server\120\DTS\Binn;C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\ManagementStudio;C:\Program Files (x86)\Microsoft SQL Server\120\DTS\Binn;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files\PowerShell\7;C:\Program Files\nodejs;C:\Users\TMKH.dotnet\tools;C:\Users\TMKH\AppData\Roaming\npm

Yarn version: 1.22.17

Node version: 13.14.0

Platform: win32 x64

Trace: Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed at WriteStream.Writable.write (_stream_writable.js:288:11) at Object.clearLine (readline.js:1254:17) at writeOnNthLine (C:\Users\TMKH\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:49857:14) at Spinner.render (C:\Users\TMKH\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:97560:48) at Spinner.start (C:\Users\TMKH\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:97547:10) at ConsoleReporter.activity (C:\Users\TMKH\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:97093:13) at PackageResolver.<anonymous> (C:\Users\TMKH\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:65580:52) at Generator.next (<anonymous>) at step (C:\Users\TMKH\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:310:30) at C:\Users\TMKH\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:328:14

npm manifest: { "version": "1.0.0", "name": "my-app", "private": true, "dependencies": { "@volo/abp.aspnetcore.mvc.ui.theme.lepton": "^5.1.3", "@volo/saas": "^5.1.3", "@volo/audit-logging": "^5.1.3", "@volo/identity": "^5.1.3", "@volo/account": "^5.1.3" } }

yarn manifest: No manifest"

i found out when i add file management module, the libs folder in wwwroot folder have been empty. i copied libs folder from other project it can run normal.

i have error when adding file management module using abp suite. Please have give me direction to fix it Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v5.1.3
  • UI type: / MVC /
  • DB provider: EF Core /
  • Tiered (MVC) or Identity Server Separated (Angular): / no
  • Exception message and stack trace:n unhandled exception occurred while processing the request. AbpException: Could not find the bundle file '/libs/abp/core/abp.css' for the bundle 'Lepton.Global'! Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpTagHelperResourceService.ProcessAsync(ViewContext viewContext, TagHelper tagHelper, TagHelperContext context, TagHelperOutput output, List<BundleTagHelperItem> bundleItems, string bundleName)
  • Steps to reproduce the issue:" - open abp suite then create new solution. then add module file management to solution. then run project and get error AbpException: Could not find the bundle file '/libs/abp/core/abp.css' for the bundle 'Lepton.Global'!
Showing 1 to 4 of 4 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11