Open Closed

Abp command not found on macos #687


User avatar
0
basavraj.chorgasti created

i am using macos Big Slur version 11.0.1

  • Steps to reproduce the issue: dotnet tool install -g Volo.Abp.Cli dotnet tool update -g Volo.Abp.Cli

getting error on following command abp suite install abp suite update abp suite

**Error ** zsh: command not found: abp


2 Answer(s)
  • User Avatar
    0
    bunyamin created

    Hello,

    Did you add the location where abp exists to the PATH?

    You could run a command like export PATH=$PATH:/root/.dotnet/tools. It could be a little different depending on your machine.

  • User Avatar
    0
    bunyamin created

    Closing this issue due to inactivity.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11