Open Closed

Abp.Cli Latest Version Install Problem #3382


User avatar
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)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    dotnet tool install --global Volo.Abp.Cli --add-source https://api.nuget.org/v3/index.json
    
  • User Avatar
    0
    elif.altin created

    I still keep getting the same error when I run this command.

  • User Avatar
    1
    maliming created
    Support Team Fullstack Developer

    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>
    
  • User Avatar
    0
    elif.altin created

    Thank you for your support. My problem is solved.

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 v9.3.0-preview. Updated on May 21, 2025, 13:37