Search code examples
abp-framework

'abp' is not recognized as an internal or external command,


I just started exploring the Abp features, I created a sample project from their website and able to build the project successfully. But When I run the dbmigrator project getting an exception, Below is the screenshot of the error,

enter image description here

I followed this article to run the app

https://docs.abp.io/en/abp/latest/Getting-Started-Running-Solution?UI=MVC&DB=EF&Tiered=No

Do we need to install any additional package to make it work?

Any help would be appreciated.


Solution

  • I think you are missing the abp cli.

    dotnet tool install -g Volo.Abp.Cli

    Just install it using the above command and try again in a new prompt. it should fix the issue.