Open Closed

ABP Suite Issues #587


User avatar
0
kkngan1978 created

When I try to execute ABP Suite Update I will receive this error.

[13:07:10 INF] Updating ABP Suite... Tool 'volo.abp.suite' failed to update due to the following: Failed to create shell shim for tool 'volo.abp.suite': Command 'abp-suite' conflicts with an existing command from another tool. Tool 'volo.abp.suite' failed to install.

When I try to Execute ABP Suite and I will received this error

[13:07:35 INF] ABP CLI (https://abp.io) [13:07:35 INF] Version 3.3.1 (Stable) [13:07:38 INF] Installing ABP Suite... Failed to create shell shim for tool 'volo.abp.suite': Command 'abp-suite' conflicts with an existing command from another tool. Tool 'volo.abp.suite' failed to install. [13:07:50 INF] You can also run the following command to install ABP Suite. [13:07:50 INF] dotnet tool install -g Volo.Abp.Suite The application to execute does not exist: 'C:\Users\Jac.dotnet\tools.store\volo.abp.suite\3.3.1\volo.abp.suite\3.3.1\tools\netcoreapp3.1\any\Volo.Abp.Suite.dll'.

Can Please assist. Every updates I will facing different issues and make my work cant complete in time


3 Answer(s)
  • User Avatar
    0
    kkngan1978 created

    I managed to solved it. Thanks.

  • User Avatar
    0
    trendline created

    How to fix this issue? Could you share your experiences?

  • User Avatar
    0
    alper created
    Support Team Director

    This usually happens when a dotnet tool is not completely uninstalled or being used under some other Windows user accounts. Clean install will solve the problem. To do this uninstall Suite manually:

    1. Restart your computer to ensure that no process locks the Suite application (optional step)
    2. Delete this folder => "%UserProfile%\.dotnet\tools\.store\volo.abp.suite"
    3. Delete this file => "%UserProfile%\.dotnet\tools\abp-suite.exe"
    4. Check that there's no volo.abp.suite package in the list dotnet tool list -g
    5. Install Suite abp suite install
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11