Check the docs before asking a question: https://abp.io/docs/latest
Check the samples to see the basic tasks: https://abp.io/docs/latest/samples
The exact solution to your question may have been answered before, and please first use the search on the homepage.
Provide us with the following info:
🧐 Hint: If you are using the ABP Studio, you can see all the information about your solution from the configuration window, which opens when you right-click on the solution and click on the Solution Configuration
button.
-
Exception message and full stack trace:
-
Steps to reproduce the issue:
Hi,
I've recently reinstall the Abp Studio version 0.9.25, and I am receiving the following error when try to use abp cli:
I've look through similar support issues, but didn't help. Any ideas?
Thanks
2 Answer(s)
-
0
Hi, in ABP Studio templates we rely on the related extension and therefore after the first install of the related extension, we are using dotnet local cache and get the templates from the related extension.
So, if you clear your local cache it should fix the problem, and in the next time, when you open ABP Studio or run any ABP Studio CLI command, then it should install the related extension package.
So, please clear your local cache with the following command:
dotnet nuget locals all --clear
and then run ABP Studio or execute a CLI command.
Regards.
-
0
Thanks