I'm have some issues when trying to install Vue CLI on my mac device. I am using the terminal and I also want to work with yarn and not with npm. These are the commands used:
yarn global add @vue/cli
After doing that I got a message on the terminal where it says that it has been successfully installed. However, when I try to run one of the commands:
"vue" or "vue --version"
I get the following message => zsh: command not found: vue