BEST
DEALS
OF THE
YEAR!
SAVE UP TO $3,000
LAST DAY 1 DEC
00 Days
00 Hrs
00 Min
00 Sec
Open Closed

abp cli update problem #10145


User avatar
0
alper created
Support Team Director

When I run the following command ABP CLI is not being installed:

Command which I run:

dotnet tool update -g Volo.Abp.Studio.Cli

Console output:

Tool 'volo.abp.studio.cli' failed to update due to the following:
Failed to create shell shim for tool 'volo.abp.studio.cli': Command 'abp' conflicts with an existing command from another tool.
Tool 'volo.abp.studio.cli' failed to install.

even after updating ABP Studio I'm now getting the following error:


1 Answer(s)
  • User Avatar
    0
    alper created
    Support Team Director

    This is related to .NET 10. Because ABP v10 needs .NET 10 SDK, you need to install .NET 10 SDK from this link.

    For a clean install, you can uninstall ABP CLI and reinstall.

    1. If you still have the old CLI, first uninstall it because the new CLI and the old CLI use the same command aliases.
    dotnet tool uninstall -g volo.abp.cli 
    
    1. Uninstall the new CLI also:
    dotnet tool uninstall -g volo.abp.studio.cli
    
    1. Install .NET 10 SDK (you can use winget for silent install):
    winget install Microsoft.DotNet.SDK.10
    
    1. Install the new CLI:
    dotnet tool install -g volo.abp.studio.cli
    

    Note: you don't need to install the old CLI volo.abp.cli.

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 v10.1.0-preview. Updated on November 20, 2025, 09:12
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.