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)
-
0
I managed to solved it. Thanks.
-
0
How to fix this issue? Could you share your experiences?
-
0
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:
- Restart your computer to ensure that no process locks the Suite application (optional step)
- Delete this folder =>
"%UserProfile%\.dotnet\tools\.store\volo.abp.suite"
- Delete this file =>
"%UserProfile%\.dotnet\tools\abp-suite.exe"
- Check that there's no
volo.abp.suite
package in the listdotnet tool list -g
- Install Suite
abp suite install