0
elif.altin created
I can't install Abp.Cli. More kids Suite version 4.4.4 was available, I was using it correctly. However, when I try to install the latest version, I get an error even though all the requirements are met. Can you help me?
- ABP Framework version: 5.3.1
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:"
4 Answer(s)
-
0
hi
dotnet tool install --global Volo.Abp.Cli --add-source https://api.nuget.org/v3/index.json
-
0
I still keep getting the same error when I run this command.
-
1
hi
Can you check your
NuGet.Config
file?"C:\Users\username\AppData\Roaming\NuGet\NuGet.Config"
<?xml version="1.0" encoding="utf-8"?> <configuration> <packageSources> <add key="nuget" value="https://api.nuget.org/v3/index.json" /> </packageSources> </configuration>
-
0
Thank you for your support. My problem is solved.