abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.86k stars 3.43k forks source link

Volo.Abp.AspNetCore.SignalR doesn't working with libs when do abp install-libs #21076

Open abdalhmeedshishani opened 2 days ago

abdalhmeedshishani commented 2 days ago

Is there an existing issue for this?

Description

Hello ABP.IO team, ok i installed Volo.Abp.AspNetCore.SignalR, but when i write this commend abp install-libs a folder called signalr should show up in wwwroot folder, but it is not showing up why i tried almost everything, followed the doc but got nothing. if you could help me.

Reproduction Steps

abp install-libs

Expected behavior

i was expecting a folder called signalr show up in wwwroot folder

Actual behavior

no error messages was there

Regression?

i tried as i remember in version 7 and 8 but both didn't work with me

Known Workarounds

No response

Version

8.0.3

User Interface

Angular

Database Provider

EF Core (Default)

Tiered or separate authentication server

None (Default)

Operation System

Windows (Default)

Other information

I feel like visual studio is preventing that folder for some reason but i'm not sure

maliming commented 1 day ago

hi

Try to add @abp/signalr to your packages.json and re-run abp install-libs command.

abdalhmeedshishani commented 1 day ago

@maliming yeah I did that didn't work

maliming commented 1 day ago

What are the outputs of the abp install-libs command?

abdalhmeedshishani commented 23 hours ago

@maliming here: [13:31:25 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli Checking extensions... 📌 ABP CLI 0.8.4 (Beta) 📌 A newer version of the ABP CLI is available: 0.9.1 🔼 dotnet tool update -g Volo.Abp.Studio.Cli [13:31:28 INF] Found 1 projects. [13:31:28 INF] C:\Users\ThinkPad\source\repos\MyProjectName\aspnet-core\src\MyProjectName.HttpApi.Host [13:31:28 INF] Running Yarn on C:\Users\ThinkPad\source\repos\MyProjectName\aspnet-core\src\MyProjectName.HttpApi.Host yarn install v1.22.22 [1/4] Resolving packages... success Already up-to-date. Done in 0.14s.

maliming commented 21 hours ago

Can you share a project to reproduce?

abdalhmeedshishani commented 20 hours ago

@maliming like the repository? Of my project I did upload my project to GitHub should I send the link so you clone the project or what?

maliming commented 9 hours ago

Yes, You can upload to Github repos.

maliming commented 6 hours ago

bwt, You can try to remove the yarn.lock or package-lock.json and re-run install-libs command

image image